BCGControlBar Library for .NET
GridSelectionBorderAppearance Enumeration




Specifies how selection border is drawn around selected cells.
Syntax
'Declaration
 
Public Enum GridSelectionBorderAppearance 
   Inherits System.Enum
'Usage
 
Dim instance As GridSelectionBorderAppearance
public enum GridSelectionBorderAppearance : System.Enum 
__value public enum GridSelectionBorderAppearance : public System.Enum 
public enum class GridSelectionBorderAppearance : public System.Enum 
Members
MemberDescription
InvertedInverted selection, 3 pixels width.
NoBorderNo border around selected cells.
SingleLineSingle line, 1 pixel width.
ThickLineThick line. Fixed 3 pixels width.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.GridSelectionBorderAppearance

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

BCGSoft.Controls.Grid Namespace

Send Feedback