BCGControlBar Library for .NET
GridFocusedItemAppearance Enumeration




Specifies how focused item is drawn.
Syntax
'Declaration
 
Public Enum GridFocusedItemAppearance 
   Inherits System.Enum
'Usage
 
Dim instance As GridFocusedItemAppearance
public enum GridFocusedItemAppearance : System.Enum 
__value public enum GridFocusedItemAppearance : public System.Enum 
public enum class GridFocusedItemAppearance : public System.Enum 
Members
MemberDescription
BorderAlwaysBorder is drawn always. Border is drawn as a black rectangle, it's size 2 pixel less than the size of focused cell.
BorderInMultiSelectionModeBorder is drawn only when user selects more than one range.
NoSelectionFillFocused item is not filled by selection color.
StandardFocused item is not filled, border is not drawn.
Remarks
For example, an Excel-like grid would use combination of BorderInMultiSelectionMode and NoSelectionFill flags.
Inheritance Hierarchy

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

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