DataPA Enterprise Dashboard Controls API Reference
Gets and sets a text value that will be displayed by this control panel object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string Text { get; set; } |
Visual Basic |
---|
Public Property Text As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ Text {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringA text value that will be displayed by this control panel object.
Return Value
Type:
StringA text value that will be displayed by this control panel object.
Remarks
See Also