GrapeCity MultiRow Windows Forms Documentation
MouseOverBackColor Property (Section)


Gets or sets the backcolor of the hover state.
Syntax
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the backcolor in hover state.")>
<DefaultValueAttribute()>
Public Property MouseOverBackColor As Color
Dim instance As Section
Dim value As Color
 
instance.MouseOverBackColor = value
 
value = instance.MouseOverBackColor
[SRCategory("Appearance")]
[SRDescription("Indicates the backcolor in hover state.")]
[DefaultValue()]
public Color MouseOverBackColor {get; set;}

Property Value

Indicates the backcolor in hover state. The default is Color.Empty.
Requirements

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

See Also

Reference

Section Class
Section Members

 

 


Copyright © GrapeCity, inc. All rights reserved.