BCGControlBar Library for .NET
EnterKeyHandlerType Enumeration




Specifies how Grid control handles Enter key.
Syntax
'Declaration
 
Public Enum EnterKeyHandlerType 
   Inherits System.Enum
'Usage
 
Dim instance As EnterKeyHandlerType
public enum EnterKeyHandlerType : System.Enum 
__value public enum EnterKeyHandlerType : public System.Enum 
public enum class EnterKeyHandlerType : public System.Enum 
Members
MemberDescription
BeginEditBegin edit focused cell.
MoveSelectionDownMove selection down.
MoveSelectionRightMove selection right.
NoneNo action.
Inheritance Hierarchy

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

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