Intersoft ClientUI Documentation
MeasureOverride Method (EdgePanel)



A maximum Size to not exceed.
Measures the children of a EdgePanel in anticipation of arranging them during the ArrangeOverride pass.
Syntax
Protected Overrides Function MeasureOverride( _
   ByVal constraint As Size _
) As Size
Dim instance As EdgePanel
Dim constraint As Size
Dim value As Size
 
value = instance.MeasureOverride(constraint)
protected override Size MeasureOverride( 
   Size constraint
)
protected:
Size MeasureOverride( 
   Size constraint
) override 

Parameters

constraint
A maximum Size to not exceed.

Return Value

The desired size of the EdgePanel.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EdgePanel Class
EdgePanel Members

Send Feedback