Click or drag to resize

StatusBar.DisplayKeyboard Method (Typed)

X#
Enable the display of the keyboard state on the status bar.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DisplayKeyboard() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
The status bar refreshes the keyboard state itself, except for the insertion mode, which you must refresh by managing the StatusBar:InsertMode property.
Tip Tip
You must call this method before calling StatusBar:Show().
See Also