Intersoft ClientUI Documentation
MeasureOverride Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonTabsPanel Class : MeasureOverride Method






availableSize
The available size that this object can give to child objects. Infinity can be specified as a value to indicate that the object will size to whatever content is available.
Provides the behavior for the Measure pass of Silverlight layout.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function MeasureOverride( _
   ByVal availableSize As Size _
) As Size
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonTabsPanel
Dim availableSize As Size
Dim value As Size
 
value = instance.MeasureOverride(availableSize)
C# 
protected override Size MeasureOverride( 
   Size availableSize
)
Delphi 
protected function MeasureOverride( 
    availableSize: Size
): Size; override; 
JScript 
protected override function MeasureOverride( 
   availableSize : Size
) : Size;
Managed Extensions for C++ 
protected: Size MeasureOverride( 
   Size availableSize
) override 
C++/CLI 
protected:
Size MeasureOverride( 
   Size availableSize
) override 

Parameters

availableSize
The available size that this object can give to child objects. Infinity can be specified as a value to indicate that the object will size to whatever content is available.

Return Value

The size that this object determines it needs during layout, based on its calculations of child object allotted sizes.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.