ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

TabActionEnum Enumeration

Specifies how focus is handled when the TAB key is entered.

[Visual Basic]

Public Enum TabActionEnum

[C#]

public enum TabActionEnum

[Delphi]

type TabActionEnum = (ColumnNavigation, ControlNavigation, GridNavigation);

Namespace: C1.Win.C1TrueDBGrid

Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)

Members

Member name

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. The behavior of the TAB key at row boundaries is determined by the C1TrueDBGrid.WrapCellPointer property. When this setting is used, the TAB key never results in movement to another control.

See Also

C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.