GrapeCity MultiRow Windows Forms Documentation
ShowShadow Property


Gets or sets whether a shadow is rendered.
Syntax
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates whether the shadow is rendered.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property ShowShadow As MultiRowTriState
Dim instance As CellNoteStyle
Dim value As MultiRowTriState
 
instance.ShowShadow = value
 
value = instance.ShowShadow
[DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("Indicates whether the shadow is rendered.")]
[RefreshProperties(RefreshProperties.Repaint)]
public MultiRowTriState ShowShadow {get; set;}

Property Value

One of the MultiRowTriState values that indicates whether the CellNote's shadow is rendered. The default is MultiRowTriState.Inherit
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the MultiRowTriState values.
Remarks
You can specify whether to show the CellNote's border shadow, but the shadow's color cannot be customized, it is always black.
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

CellNoteStyle Class
CellNoteStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.