Click or drag to resize

ObjectPropertiesPageOnSizeParent Method

Called when the parent containers client rectangle size has changed and the PageControl has been resized.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual void OnSizeParent(
	int width,
	int height
)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Rhino.UI.ObjectPropertiesPage.OnSizeParent(System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Rhino.UI.ObjectPropertiesPage.OnSizeParent(System.Int32,System.Int32)"]

See Also