FlexGrid for WinForms
KeyActionEnum Enumeration



Specifies the action to perform when the ENTER and TAB keys are pressed.
Syntax
'Declaration
 
Public Enum KeyActionEnum 
   Inherits System.Enum
'Usage
 
Dim instance As KeyActionEnum
public enum KeyActionEnum : System.Enum 
public enum class KeyActionEnum : public System.Enum 
Members
MemberDescription
MoveAcrossMove to the next column. At the end of the row, wrap to the start of the next row.
MoveAcrossOut

Same as MoveAcross, but move the focus to the next control in the tab order when the last cell in the grid is reached.

This setting applies only to the C1FlexGridBase.KeyActionTab property; when used with C1FlexGridBase.KeyActionEnter it behaves like MoveAcross.

MoveDownMove to the next row.
NoneNo special action (allow system to handle the key). For example, the TAB key is normally used to cycle through the controls on a form.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.KeyActionEnum

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

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback