Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Styles Namespace / PickerDropDownStyle Class / Item Property

In This Topic
    Item Property (PickerDropDownStyle)
    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 PickerButtonStyle
    public PickerButtonStyle Item {get; set;}
    See Also