BCGControlBar Library for .NET
GridSelectionFillStyle Enumeration




Specifies how Grid control fills selected cells.
Syntax
'Declaration
 
Public Enum GridSelectionFillStyle 
   Inherits System.Enum
'Usage
 
Dim instance As GridSelectionFillStyle
public enum GridSelectionFillStyle : System.Enum 
__value public enum GridSelectionFillStyle : public System.Enum 
public enum class GridSelectionFillStyle : public System.Enum 
Members
MemberDescription
AlphaBlendedSelection is drawn over the content. In this mode selection color must have alpha channel different from 255, otherwise the content won't be visible.
RegularSelection is drawn first, before content.
Inheritance Hierarchy

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

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