StackedDialogPage.AddChildPage Method

StackedDialogPageAddChildPage Method

Currently only supported on Windows. Call this method to add a child page to a page after the parent dialog has been created.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void AddChildPage(
	StackedDialogPage pageToAdd
)
Public Sub AddChildPage ( 
	pageToAdd As StackedDialogPage
)

Parameters

pageToAdd
Type: Rhino.UIStackedDialogPage

[Missing <param name="pageToAdd"/> documentation for "M:Rhino.UI.StackedDialogPage.AddChildPage(Rhino.UI.StackedDialogPage)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also