Gets or sets the text to be displayed in the tooltip. This property is not used if the
CustomControl is presented.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public string Text { get; set; } |
Visual Basic |
---|
Public Property Text As String
Get
Set |
Visual C++ |
---|
public:
property String^ Text {
String^ get ();
void set (String^ value);
} |
F# |
---|
member Text : string with get, set
|
Property Value
Type:
StringThe text to be displayed in the tooltip.
See Also