ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / Modified Property

In This Topic
    Modified Property (C1DropDownControl)
    In This Topic
    Gets or sets a value that indicates that the control has been modified by the user since the control received the input focus or its Value last set.
    Syntax
    'Declaration
     
    Public Property Modified As Boolean
    public bool Modified {get; set;}
    See Also