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
)
Public Overridable Sub OnSizeParent (
width As Integer,
height As Integer
)
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