Click or drag to resize

StatusBar.InsertMode Property

X#
A logical value indicating whether the program is in insert mode.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY InsertMode AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A logical value indicating whether the program is in insert mode.
Remarks
A logical value indicating whether the program is in insert mode. If insert mode is not enabled, NIL is returned.
Tip Tip
The status bar figures out for itself the state of the other keys, such as CapsLock, but it has no automatic way of determining whether the program is in insertion mode or overwrite mode. Only the program knows that, and the program must set it.
See Also