Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <DartDescriptionAttribute("The current status text displayed. Set this property at run-time to display custom status messages.")> <CategoryAttribute("Appearance")> Public Property StatusText As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ProgressPanel Dim value As String instance.StatusText = value value = instance.StatusText |
C# | |
---|---|
[DefaultValueAttribute()] [DartDescriptionAttribute("The current status text displayed. Set this property at run-time to display custom status messages.")] [CategoryAttribute("Appearance")] public string StatusText {get; set;} |
C++/CLI | |
---|---|
[DefaultValueAttribute()] [DartDescriptionAttribute("The current status text displayed. Set this property at run-time to display custom status messages.")] [CategoryAttribute("Appearance")] public: property String^ StatusText { String^ get(); void set ( String^ value); } |
Property Value
The default value is an empty string.Set this property at run-time to display custom status messages.
Target Platforms: Microsoft .NET Framework 2.0