ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1SplitButton Class / ItemStyle Property

In This Topic
    ItemStyle Property
    In This Topic
    Gets the style of DropDownItem components on this button.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemStyle As DropDownItemStyle
    public DropDownItemStyle ItemStyle {get;}
    Remarks
    This property works when the VisualStyle property is set to VisualStyle.System.
    See Also