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

The available layouts for the buttons in the control

Syntax

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

Members

MemberDescription
Style_124 buttons with a "Back" button ButtonLayout1.png
Style_224 buttons with a "sq" button ButtonLayout2.png

Inheritance Hierarchy

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

Requirements

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

See Also