Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <CategoryAttribute("Appearance")> <DescriptionAttribute("The background color of the ListView.")> Public Shadows Property BackColor As Color |
C# | |
---|---|
[DefaultValueAttribute()] [CategoryAttribute("Appearance")] [DescriptionAttribute("The background color of the ListView.")] public new Color BackColor {get; set;} |