| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| C# | |
|---|---|
public string Text {get; set;} | |
Property Value
StringAssigning a new value to this property in the event will change the display of the rendered text in the control.
| dbicButton | Send comments on this topic. |
| Text Property | |
| See Also | |
|
| dbicButton Assembly > Dbi.WinControl.Button Namespace > BeforeTextDisplayEventArgs Class : Text Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| C# | |
|---|---|
public string Text {get; set;} | |