ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / SpinButtonClickEventArgs Class / Handled Property

In This Topic
    Handled Property
    In This Topic
    Gets or sets a value indicating whether the built-in processing of the up/down button click should be omitted.
    Syntax
    'Declaration
     
    Public Property Handled As System.Boolean
    public System.bool Handled {get; set;}
    See Also