Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / SplitButtonItem Class / CheckOnClick Property

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