InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputButton Class / CheckOnClick Property

In This Topic
    CheckOnClick Property (InputButton)
    In This Topic
    Gets or sets a value that indicates whether the button should toggle its pressed state when it is clicked.
    Syntax
    'Declaration
     
    Public Property CheckOnClick As Boolean
    public bool CheckOnClick {get; set;}
    See Also