GrapeCity MultiRow Windows Forms Documentation
MouseOverGradientEffect Property (CellStyle)


Gets or sets the gradient effect in mouse hover state.
Syntax
<SRDescriptionAttribute("Indicates the gradient effect in mouse hover state.")>
<SRCategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property MouseOverGradientEffect As GradientEffect
Dim instance As CellStyle
Dim value As GradientEffect
 
instance.MouseOverGradientEffect = value
 
value = instance.MouseOverGradientEffect
[SRDescription("Indicates the gradient effect in mouse hover state.")]
[SRCategory("Appearance")]
[RefreshProperties(RefreshProperties.Repaint)]
public GradientEffect MouseOverGradientEffect {get; set;}

Property Value

A GradientEffect object used to draw the background in mouse hover state.
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.