Version

SelectionOverlayBorderColor Property

Gets or sets the color used for the borders drawn around the selection overlay.
Syntax
'Declaration
 
Public Property SelectionOverlayBorderColor As Color
public Color SelectionOverlayBorderColor {get; set;}
Remarks

The border color will be resolved to System.Drawing.Color.Black if the SelectionOverlayColor is set. If no borders are desired, this property can be set to System.Drawing.Color.Transparent.

Note: If this property is set without the SelectionOverlayColor being set, the borders will surround the selected area. If either of these properties are set, however, any selected appearances (i.e. cell, row, column) that would normally apply to the cell are now ignored.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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