C1.Win.C1FlexGrid Namespace > CellStyle Class : SearchBackColor Property |
'Declaration
<C1DescriptionAttribute("Gets or sets the background color of found text.")> <BrowsableAttribute(True)> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <DefaultValueAttribute()> Public Property SearchBackColor As Color
'Usage
Dim instance As CellStyle Dim value As Color instance.SearchBackColor = value value = instance.SearchBackColor
[C1Description("Gets or sets the background color of found text.")] [Browsable(true)] [RefreshProperties(RefreshProperties.Repaint)] [DefaultValue()] public Color SearchBackColor {get; set;}
[C1Description("Gets or sets the background color of found text.")] [Browsable(true)] [RefreshProperties(RefreshProperties.Repaint)] [DefaultValue()] public: property Color SearchBackColor { Color get(); void set ( Color value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2