StatusBar.InsertMode Property | |
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
public virtual Usual InsertMode { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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 |
---|
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