'Declaration
Public Enum TabActionEnum Inherits System.Enum
public enum TabActionEnum : System.Enum
'Declaration
Public Enum TabActionEnum Inherits System.Enum
public enum TabActionEnum : System.Enum
Member | Description |
---|---|
ColumnNavigation | The tab key moves the current cell to the next or previous column. However, if this action would cause the current row to change, then the next or previous control on the form receives focus. |
ControlNavigation | The tab key moves to the next or previous control on the form. |
GridNavigation | The tab key moves the current cell to the next or previous column. |
System.Object
System.ValueType
System.Enum
C1.Win.List.TabActionEnum