IStackedDialogPageService.TryGetControlMinimumSize Method

IStackedDialogPageServiceTryGetControlMinimumSize Method

Get the minimum size associated with a control object

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Boolean
Returns true if get control minimum size found, false otherwise.
Version Information

Rhino for Windows

Supported in: 6.8
See Also