GrapeCity.Xaml.SpreadSheet.UI
ArrangeOverride Method (SheetTab)


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetTab Class : ArrangeOverride Method
The final area within the parent that this element uses to arrange itself and its children.
Positions child elements and determines the size, when overridden in a derived class.
Syntax
'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal arrangeSize As Size _
) As Size
'Usage
 
Dim instance As SheetTab
Dim arrangeSize As Size
Dim value As Size
 
value = instance.ArrangeOverride(arrangeSize)
protected override Size ArrangeOverride( 
   Size arrangeSize
)

Parameters

arrangeSize
The final area within the parent that this element uses to arrange itself and its children.

Return Value

The actual size used.
See Also

Reference

SheetTab Class
SheetTab Members