Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / CanUndo Property

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