dbicButton Send comments on this topic.
Text Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > BeforeTextDisplayEventArgs Class : Text Property

Gets and sets the text that will be rendered in the control.

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 in the event will change the display of the rendered text in the control.

Requirements

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

See Also