Click or drag to resize

TextBox.Show Method

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

Return Value

Type: Usual
The button selected by the user.

The possible values are:

ConstantButton
BOXREPLYABORTAbort
BOXREPLYCANCELCancel
BOXREPLYIGNOREIgnore
BOXREPLYNONo
BOXREPLYOKAYOK
BOXREPLYRETRYRetry
BOXREPLYYESYes
See Also