Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Appearance")> <NotifyParentPropertyAttribute(True)> <DartDescriptionAttribute("Display a status message defined by the StatusText property.")> <DefaultValueAttribute()> Public Property ShowStatusText As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ProgressPanel Dim value As Boolean instance.ShowStatusText = value value = instance.ShowStatusText |
C# | |
---|---|
[CategoryAttribute("Appearance")] [NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Display a status message defined by the StatusText property.")] [DefaultValueAttribute()] public bool ShowStatusText {get; set;} |
C++/CLI | |
---|---|
[CategoryAttribute("Appearance")] [NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Display a status message defined by the StatusText property.")] [DefaultValueAttribute()] public: property bool ShowStatusText { bool get(); void set ( bool value); } |
Property Value
The default value is true.Target Platforms: Microsoft .NET Framework 2.0