SingleLineEdit.OverWrite Property | |
A constant representing the overwrite mode for a single-line edit control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY OverWrite AS USUAL GET SET
public virtual Usual OverWrite { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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