Click or drag to resize

StackedDialogPageOnApply Method

Called when stacked dialog OK button is pressed.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual bool OnApply()

Return Value

Type: Boolean
If return value is true then the dialog will be closed. A return of false means there was an error and dialog remains open so page can be properly updated.
See Also