Overrides
AnnObjectBase.ArrangeOverride
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Function ArrangeOverride( _
ByVal finalSize As Size _
) As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupObject
Dim finalSize As Size
Dim value As Size
value = instance.ArrangeOverride(finalSize)
|
Parameters
- finalSize
- The Size that this object should use to arrange its child objects.
Return Value
The
Size that represents the arranged size of this AnnGroupObject and its children.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also