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

The text that will be rendered within the button.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
C# 
public string Text {get; set;}

Property Value

String

Remarks

Assigning a new value to this property will change the text rendered in the button.

Requirements

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

See Also