GrapeCity.Win.MultiRow Namespace > MultiRowFlatButtonAppearance Class : CheckedBackColor Property |
<NotifyParentPropertyAttribute(True)> <SRDescriptionAttribute("Indicates the color of the client area of the button when the button is checked and the mouse pointer is outside the bounds of the control when FlatStyle is FlatStyle.Flat.")> <DefaultValueAttribute()> Public Property CheckedBackColor As Color
Dim instance As MultiRowFlatButtonAppearance Dim value As Color instance.CheckedBackColor = value value = instance.CheckedBackColor
[NotifyParentProperty(true)] [SRDescription("Indicates the color of the client area of the button when the button is checked and the mouse pointer is outside the bounds of the control when FlatStyle is FlatStyle.Flat.")] [DefaultValue()] public Color CheckedBackColor {get; set;}
If you do not initialize this property, the property value is Color.Empty, which means the cell uses a dim color as the CheckedBackColor that it calculates from the BackColor of the cell.
This property only affects the color of the client area of the CheckBoxCell or the other cells that derive from the CheckBoxCell when the CheckBoxCell is checked.
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