Modified Property (FpCombo)
In This Topic
Gets or sets whether the text in the edit control has been modified.
Syntax
'Declaration
Public Overridable Property Modified As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
instance.Modified = value
value = instance.Modified
public virtual bool Modified {get; set;}
See Also