BCGControlBar Library for .NET
CustomCursorType Enumeration




Specifies what custom cursors Grid control displays when appropriate.
Syntax
'Declaration
 
Public Enum CustomCursorType 
   Inherits System.Enum
'Usage
 
Dim instance As CustomCursorType
public enum CustomCursorType : System.Enum 
__value public enum CustomCursorType : public System.Enum 
public enum class CustomCursorType : public System.Enum 
Members
MemberDescription
CutNot used.
IBeamIBeam cursor when mouse pointer is over an editable cell.
NoneNo custom cursors displayed.
SelectCell"Select cell" cursor when mouse pointer is located over cell border.
SelectColumn"Select column" cursor (arrow pointing down) when mouse pointer is located over column header.
SelectRow"Select row" cursor (arrow pointing right) when mouse pointer is located over left margin (row header).
Inheritance Hierarchy

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

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