Click or drag to resize

TextBox.Show Method (Typed)

X#
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
Request Example View Source

Return Value

Type: Long
The button selected by the user.

The possible values are:

ConstantButton
BOXREPLYABORTAbort
BOXREPLYCANCELCancel
BOXREPLYIGNOREIgnore
BOXREPLYNONo
BOXREPLYOKAYOK
BOXREPLYRETRYRetry
BOXREPLYYESYes
See Also