ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListItemStylesEventArgs Class / ItemStyles Property

In This Topic
    ItemStyles Property
    In This Topic
    Gets the item styles of C1CheckList control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemStyles As CheckListItemStyles
    public CheckListItemStyles ItemStyles {get;}
    See Also