Click or drag to resize

StackedDialogPageSetActivePageTo Method

[Missing <summary> documentation for "M:Rhino.UI.StackedDialogPage.SetActivePageTo(System.String,System.Boolean)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.5
Syntax
public bool SetActivePageTo(
	string pageName,
	bool documentPropertiesPage
)

Parameters

pageName
Type: SystemString

[Missing <param name="pageName"/> documentation for "M:Rhino.UI.StackedDialogPage.SetActivePageTo(System.String,System.Boolean)"]

documentPropertiesPage
Type: SystemBoolean

[Missing <param name="documentPropertiesPage"/> documentation for "M:Rhino.UI.StackedDialogPage.SetActivePageTo(System.String,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.UI.StackedDialogPage.SetActivePageTo(System.String,System.Boolean)"]

See Also