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

The available states that the buttons can be in

Syntax

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

Members

MemberDescription
DownThe button is currently in a down, or depressed, state.
NormalThe default up state of a button.
OverThe mouse is currently over the button, but has not clicked it.

Inheritance Hierarchy

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

Requirements

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

See Also