ArrangeOverride Method (C1HyperPanel)
In This Topic
Positions child elements and determines a size for the element.
Syntax
'Declaration
Protected Overrides Function ArrangeOverride( _
ByVal As Size _
) As Size
protected override Size ArrangeOverride(
Size
)
Parameters
- finalSize
- The final area within the parent that this element should use to arrange itself and its children.
Return Value
The actual size used.
See Also