Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FlatStyleEx Enumeration


In This Topic
    FlatStyleEx Enumeration
    In This Topic
    Specifies the appearance of a control.
    Syntax
    'Declaration
     
    
    Public Enum FlatStyleEx 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FlatStyleEx
    public enum FlatStyleEx : System.Enum 
    Members
    MemberDescription
    ActiveFlatSpecifies that the control uses the active flat style.
    FlatSpecifies that the control appears flat.
    Office2007BlackSpecifies that the control uses the office2007 black appearance style.
    Office2007BlueSpecifies that the control uses the office2007 blue appearance style.
    Office2007SilverSpecifies that the control uses the office2007 silver appearance style.
    PopupSpecifies that the control appears flat until the mouse pointer moves over it, at which point it appears three-dimensional.
    ProfessionalSpecifies that the control uses the professional appearance style.
    StandardSpecifies that the control appears three-dimensional.
    SystemSpecifies that the appearance of the control is determined by the user's operating system.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.FlatStyleEx

    See Also