GrapeCity MultiRow Windows Forms Documentation
RenderSelectionMode Property


Gets or sets a value that indicates how to paint the selection effect for disabled and unselectable cells.
Syntax
<SRDescriptionAttribute("Indicates how to paint the selection effect for disabled and unselectable cells.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Property RenderSelectionMode As RenderSelectionMode
Dim instance As GcMultiRow
Dim value As RenderSelectionMode
 
instance.RenderSelectionMode = value
 
value = instance.RenderSelectionMode
[SRDescription("Indicates how to paint the selection effect for disabled and unselectable cells.")]
[DefaultValue()]
[SRCategory("Appearance")]
public RenderSelectionMode RenderSelectionMode {get; set;}

Property Value

One of the RenderSelectionMode values
Remarks
This property only effects how to render the cell and does not effect the result of the SelectedCells property value or the cut, copy, paste, or clear result. For example, if a row contains two cells and one cell's Selectable property value is false, then when the user selects the row, both cells are painted with the selection color, but SelectedCells collection only contains one cell. If the user presses the delete key, only one cell's value can be cleared.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.