DialogWindow.Result Property (Typed) | |
A numeric result code posted by the DialogWindow:EndDialog() method returned to the system when this dialog window was closed.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Result AS LONG GET
public virtual int Result { get; }
Request Example
View SourceProperty Value
Type:
LongA 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