Control.Modified Property (Typed) | |
A logical value that is set to TRUE when a standard edit control or editable combo box is in the process of being modified.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Modified AS LOGIC GET SET
public virtual bool Modified { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value that is set to TRUE when a standard edit control or editable combo box is in the process of being modified.
Remarks
A logical value that is set to TRUE when a standard edit control or editable combo box is in the process of being modified. When the editing is completed and focus shifts to another control, Control:Modified is reset to FALSE. Control:Modified is initialized to FALSE when the control is created.
See Also