TextBox.Show Method (Typed) | |
Display this message box and return a value indicating how it was closed.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Show() AS LONG
public virtual int Show()
Request Example
View SourceReturn Value
Type:
Long
The button selected by the user.
The possible values are:
Constant | Button |
---|
BOXREPLYABORT | Abort |
BOXREPLYCANCEL | Cancel |
BOXREPLYIGNORE | Ignore |
BOXREPLYNO | No |
BOXREPLYOKAY | OK |
BOXREPLYRETRY | Retry |
BOXREPLYYES | Yes |
See Also