dbicCalc Send comments on this topic.
CalculatorButton Property
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > BeforeButtonProcessedEventArgs Class : CalculatorButton Property

Determines the button that will be processed.

Syntax

Visual Basic (Declaration) 
Public Property CalculatorButton As enumCalcButton
C# 
public enumCalcButton CalculatorButton {get; set;}

Property Value

enumCalcButton

Remarks

Assigning a new value to this property during the BeforeButtonProcessed Event will have the control process that button instead.

Requirements

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

See Also