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