BCGSoft.Controls.Grid Namespace : CustomCursorType Enumeration |
'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
Member | Description |
---|---|
Cut | Not used. |
IBeam | IBeam cursor when mouse pointer is over an editable cell. |
None | No 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). |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Grid.CustomCursorType
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