ToolBarTray.MeasureOverride(Size) Method

Definition

Called to remeasure a ToolBarTray.

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 ToolBarTray cannot return a size larger than the constraint.

Returns

The size of the control.

Applies to