StackedDialogPage.OnSizeParent Method

StackedDialogPageOnSizeParent Method

Called when the parent window has been resized

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
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.StackedDialogPage.OnSizeParent(System.Int32,System.Int32)"]

height
Type: SystemInt32

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also