StatusBar.InsertMode Property (Typed) | |
A logical value indicating whether the program is in insert mode.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY InsertMode AS LOGIC GET SET
public virtual bool InsertMode { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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