alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ComboFlatStyle

    Specifies the appearance of the ComboBoxBase control.

    Inheritance
    System.Object
    ComboFlatStyle
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class ComboFlatStyle : Enum
    Remarks

    This enumeration is used by the FlatStyle property.

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

    Fields

    Flat

    The control and the button appear flat.

    Declaration
    public const ComboFlatStyle Flat
    Field Value
    Type
    ComboFlatStyle

    Standard

    The control and the button appear three-dimensional.

    Declaration
    public const ComboFlatStyle Standard
    Field Value
    Type
    ComboFlatStyle

    System

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

    Declaration
    public const ComboFlatStyle System
    Field Value
    Type
    ComboFlatStyle
    Remarks

    If XP, then themes will be used to draw this control. For other operating systems, the behavior will be that of the Standard style. This setting will also use XP Themes to draw the combo when an XP Theme is loaded in the OS.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved