Public Member Functions | |
| lsResult | Show (VARIANT_BOOL Asynchronous) |
Properties | |
| BSTR | Caption |
| BYTE | MaxLength |
| VARIANT_BOOL | MaskInput |
| BSTR | UserEntry |
| BSTR | AcceptButtonCaption |
| BSTR | ClearButtonCaption |
| BSTR | CancelButtonCaption |
| lsResult Show | ( | VARIANT_BOOL | Asynchronous | ) |
Shows the keyboard widget
| Asynchronous | Determines whether the program code should continue executing after showing the keyboard.
|
| BSTR Caption |
Text to display on keyboard widget as instructions or message to the user
| BYTE MaxLength |
Maximum length of text allowable via keyboard input
| VARIANT_BOOL MaskInput |
Determines whether the entered text should be visible on the keyboard widget or masked with asterisks (*)
| BSTR UserEntry |
Holds the string entered by the user
| BSTR AcceptButtonCaption |
The text to display on the Accept button
| BSTR ClearButtonCaption |
The text to display on the Clear button
| BSTR CancelButtonCaption |
The text to display on the Cancel button
1.5.4