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

Determines if the control will process the button click.

Syntax

Visual Basic (Declaration) 
Public Property Process As Boolean
C# 
public bool Process {get; set;}

Property Value

Boolean

Remarks

Assigning a value of False to thise property in the event will tell the control to ignore the button click, allowing the developer to either cancel the input or replace it with their own.

Requirements

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

See Also