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

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