'Declaration <DescriptionAttribute("The foreground color of the grid element.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Shadows Property ForeColor As Color
'Usage Dim instance As RowSelector Dim value As Color instance.ForeColor = value value = instance.ForeColor
[Description("The foreground color of the grid element.")] [Category("Appearance")] [ApplyToDesigner(true)] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public new Color ForeColor {get; set;}