RhinoCommon API
StackedDialogPageOnSizeParent Method |
Called when the parent window has been resized
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

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.StackedDialogPage.OnSizeParent(System.Int32,System.Int32)"]
- height
- Type: SystemInt32
[Missing <param name="height"/> documentation for "M:Rhino.UI.StackedDialogPage.OnSizeParent(System.Int32,System.Int32)"]
