RhinoCommon API
IStackedDialogPageServiceTryGetControlMinimumSize Method |
Get the minimum size associated with a control object
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.5

bool TryGetControlMinimumSize( Object controlObject, out SizeF size )
Function TryGetControlMinimumSize ( controlObject As Object, <OutAttribute> ByRef size As SizeF ) As Boolean
Parameters
- controlObject
- Type: SystemObject
The control object to check for minimum size. - size
- Type: System.DrawingSizeF
The minimum size of the control if provided.
Return Value
Type: BooleanReturns true if get control minimum size found, false otherwise.
