ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / UpDownButtonClickEventArgs Class / Done Property

In This Topic
    Done Property
    In This Topic
    Set to true in the user's UpDownButtonClick event handler. No built-in processing is done. This allows the user to override the default behavior of the buttons.
    Syntax
    'Declaration
     
    Public Property Done As Boolean
    public bool Done {get; set;}
    See Also