dbicButton Send comments on this topic.
enumFlatStyle Enumeration
See Also  
dbicButton Assembly > Dbi.WinControl.Button Namespace : enumFlatStyle Enumeration

The type of flat style to display.

Syntax

Visual Basic (Declaration) 
Public Enum enumFlatStyle 
   Inherits System.Enum
C# 
public enum enumFlatStyle : System.Enum 

Members

MemberDescription
Modern

A more modern looking flat style with rounded corners.

StandardThe windows standard flat style of button.  

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Button.enumFlatStyle

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also