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


In This Topic
    UpDownButtonClickEventArgs Class Members
    In This Topic

    The following tables list the members exposed by UpDownButtonClickEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the UpDownButtonClickEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertySet to 1 if Up button is pressed, to -1 if Down button is pressed.  
    Public PropertySet 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.  
    Top
    See Also