ToolBar.MeasureOverride(Size) Method

Definition

Remeasures a ToolBar.

protected:
 override System::Windows::Size MeasureOverride(System::Windows::Size constraint);
protected override System.Windows.Size MeasureOverride (System.Windows.Size constraint);
override this.MeasureOverride : System.Windows.Size -> System.Windows.Size
Protected Overrides Function MeasureOverride (constraint As Size) As Size

Parameters

constraint
Size

The measurement constraints. A ToolBar cannot return a size larger than the constraint.

Returns

The size of the ToolBar.

Applies to