Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / CanUndo Property

In This Topic
    CanUndo Property (C1ComboBox)
    In This Topic
    Gets a value indicating whether the user can undo the previous operation in a drop down control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanUndo As Boolean
    public bool CanUndo {get;}
    See Also