dbicCalc Send comments on this topic.
BeforeDisplayAreaTextShown Event
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > dbiCalc Class : BeforeDisplayAreaTextShown Event

Occurs just before the text is rendered in the Display Area.

Syntax

Visual Basic (Declaration) 
Public Event BeforeDisplayAreaTextShown As dbiCalc.EventBeforeDisplayAreaTextShownHandler
C# 
public event dbiCalc.EventBeforeDisplayAreaTextShownHandler BeforeDisplayAreaTextShown

Event Data

The event handler receives an argument of type BeforeDisplayAreaTextShownEventArgs containing data related to this event. The following BeforeDisplayAreaTextShownEventArgs properties provide information specific to this event.

PropertyDescription
Font Determines the Font used to render the text in the display area.
ForeColor Determines the color used to draw the text in the display area.
Text Determines the text that will be rendered in the Display Area
Value Determines the current Double value of the control.

Requirements

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

See Also