Overrides
AnnObjectBase.MeasureOverride
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Function MeasureOverride( _
ByVal sizeAvailable As Size _
) As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupObject
Dim sizeAvailable As Size
Dim value As Size
value = instance.MeasureOverride(sizeAvailable)
|
Parameters
- sizeAvailable
- An upper limit Size that should not be exceeded.
Return Value
The size that this object determines it needs during layout, based on its calculations of child object sizes.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also