IlsKeyboard Interface Reference

List of all members.

Public Member Functions

lsResult Show (VARIANT_BOOL Asynchronous)

Properties

BSTR Caption
BYTE MaxLength
VARIANT_BOOL MaskInput
BSTR UserEntry
BSTR AcceptButtonCaption
BSTR ClearButtonCaption
BSTR CancelButtonCaption


Member Function Documentation

lsResult Show ( VARIANT_BOOL  Asynchronous  ) 

Shows the keyboard widget

Parameters:
Asynchronous Determines whether the program code should continue executing after showing the keyboard.
  • True continue executing code.
  • False wait for keyboard to be dismissed before continuing.
Returns:
Result code to indicate success or failure.


Property Documentation

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


Generated on Mon Dec 17 17:19:34 2007 for ePadAPIs by  doxygen 1.5.4