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

In This Topic
    Checked Property (SplitButtonItem)
    In This Topic
    Gets or sets a value that indicates whether the item is checked.
    Syntax
    'Declaration
     
    
    Public Property Checked As Boolean
    public bool Checked {get; set;}
    See Also