GrapeCity MultiRow Windows Forms Documentation
DisabledGradientEffect Property


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

Property Value

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