ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListItem Class / Selected Property

In This Topic
    Selected Property (C1CheckListItem)
    In This Topic
    Gets or sets a value indicating whether the item is in the selected state.
    Syntax
    'Declaration
     
    
    Public Property Selected As Boolean
    public bool Selected {get; set;}
    See Also