GrapeCity.Win.MultiRow Namespace : BeginEditReason Enumeration |
Public Enum BeginEditReason Inherits System.Enum
Dim instance As BeginEditReason
public enum BeginEditReason : System.Enum
Member | Description |
---|---|
CellEnter | Enters edit mode because a CellEnter event occurred and GcMultiRow.EditMode is EditOnEnter. |
Keystroke | Enters edit mode because a character key is pressed. |
MouseActions | Enters edit mode because of a mouse action, such as mouse click or mouse double-click. |
Programmatically | Enters edit mode because user code is executed. |
ShortcutKey | Enters edit mode because a ShortcutKey is executed. |
UnKnown | Enters edit mode because of an unknown reason. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.BeginEditReason
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