SingleLineEdit.OverWrite Property (Typed) | |
A constant representing the overwrite mode for a single-line edit control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY OverWrite AS LONG GET SET
public virtual int OverWrite { get; set; }
Request Example
View SourceProperty Value
Type:
LongA constant representing the overwrite mode for a single-line edit control.
Remarks
A constant representing the overwrite mode for a single-line edit control. This property affects only an edit control with an active PICTURE clause. Valid values are:
Constant | Description |
---|
OVERWRITE_NEVER | Edit control is always in INSERT mode. |
OVERWRITE_ONKEY | The mode depends on the state of the INSERT key. |
OVERWRITE_ALWAYS | Edit control is always in OVERWRITE mode. |
See Also