TextBox.Show Method | |
Display this message box and return a value indicating how it was closed.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Show() AS USUAL
public virtual Usual Show()
Request Example
View SourceReturn Value
Type:
Usual
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