ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownItem Class / CheckOnClick Property

In This Topic
    CheckOnClick Property
    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