Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <NotifyParentPropertyAttribute(True)> <DartDescriptionAttribute("Background color used within a progress bar, indicating incomplete portion of file upload.")> Public Shadows Property BackColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ProgBarStyle Dim value As Color instance.BackColor = value value = instance.BackColor |
C# | |
---|---|
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Background color used within a progress bar, indicating incomplete portion of file upload.")] public new Color BackColor {get; set;} |
C++/CLI | |
---|---|
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Background color used within a progress bar, indicating incomplete portion of file upload.")] public: new property Color BackColor { Color get(); void set ( Color value); } |
Target Platforms: Microsoft .NET Framework 2.0