Click or drag to resize

StackedDialogPageShowApplyButton Property

Called when this page is activated

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual bool ShowApplyButton { get; }

Return Value

Type: Boolean
true : if the page wants the "Apply" button to appear. false : if the page does not want the "Apply" button to appear. Default returns false Note: If true is returned OnApply will get called when the button is clicked.
See Also