dbicCalc Send comments on this topic.
enumButtonStyle Enumeration
See Also  
dbicCalc Assembly > Dbi.WinControl.Calc Namespace : enumButtonStyle Enumeration

Determines the appearance of the calculator buttons.

Syntax

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

Members

MemberDescription
FlatDisplays the buttons with a flat style when neutral, but 3d when interacted with.
FullDisplays the buttons with a fuller display.
StandardDisplays the buttons with a 3D shadow effect.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Calc.enumButtonStyle

Requirements

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

See Also