ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / ComboBoxStyles Class / Item Property

In This Topic
    Item Property (ComboBoxStyles)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the drop down item on the screen.
    Syntax
    'Declaration
     
    
    Public Property Item As ItemStyle
    public ItemStyle Item {get; set;}
    See Also