Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / Modified Property

In This Topic
    Modified Property (C1TextBoxBase)
    In This Topic
    Gets or sets a value that indicates that the text box control has been modified by the user since the control was created or its contents were last set.
    Syntax
    'Declaration
     
    
    Public Property Modified As Boolean
    public bool Modified {get; set;}
    See Also