alexa

    Show / Hide Table of Contents

    Enum ComboFlatStyle

    Specifies the appearance of the ComboBoxBase control.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum ComboFlatStyle
    Remarks

    This enumeration is used by the FlatStyle property.

    Use IsThemedOS and IsThemeActive to determine if Themes are on during run-time.

    Fields

    Name Description
    Flat

    The control and the button appear flat.

    Standard

    The control and the button appear three-dimensional.

    System

    The appearance is determined by the user's operating system.

    Back to top Generated by DocFX