ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / VisualStyle Property

In This Topic
    VisualStyle Property (C1Combo)
    In This Topic
    Gets or sets a value that determines the overall appearance of the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property VisualStyle As VisualStyle
    public override VisualStyle VisualStyle {get; set;}
    Remarks

    This property allows you to quickly customize the appearance of the control so it matches the appearance of your application.

    The settings available include System, various Microsoft Office color schemes, and Custom, which relies on the controls standard styles and appearance properties.

    See Also