Gets or sets the text associated with this control.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public override string Text { get; set; } |
Visual Basic |
---|
Public Overrides Property Text As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
} |
F# |
---|
abstract Text : string with get, set
override Text : string with get, set |
Property Value
Type:
StringReturn Value
Type:
String
The text associated with this control.
See Also