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

The type of background to display.

Syntax

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

Members

MemberDescription
OpaqueThe background will appear opaque.
TransparentThe background will appear transparent.

Inheritance Hierarchy

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

Requirements

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

See Also