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