Intersoft ClientUI Documentation
EnterKeyAction Enumeration



Specifies the actions when enter key is pressed.
Syntax
Public Enum EnterKeyAction 
   Inherits System.Enum
Dim instance As EnterKeyAction
public enum EnterKeyAction : System.Enum 
public enum class EnterKeyAction : public System.Enum 
Members
MemberDescription
EnterEdit Enter edit mode when enter key is pressed.
MoveToNextRow Move to next row when enter key is pressed.
None Do nothing when enter key is pressed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Data.EnterKeyAction

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

Intersoft.Client.UI.Data Namespace

Send Feedback