DialogWindow.Result Property | |
A numeric result code posted by the DialogWindow:EndDialog() method returned to the system when this dialog window was closed.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Result AS USUAL GET
public virtual Usual Result { get; }
Request Example
View SourceProperty Value
Type:
UsualA numeric result code posted by the DialogWindow:EndDialog() method returned to the system when this dialog window was closed.
Remarks
A numeric result code posted by the DialogWindow:EndDialog() method returned to the system when this dialog window was closed. (For example, it may have posted a 0 if the Cancel push button was pressed or a 1 if OK was pressed.)
Tip |
---|
DialogWindow:Result should be invoked by the owner's method that showed the dialog window to determine the action that closed the dialog window. |
See Also