Describes the actions to be performed when a tab key is pressed in C1PrintPreview control which is connected to the doc engine.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public enum FormsKeyActionTabEnum
Visual Basic (Declaration)
Public Enumeration FormsKeyActionTabEnum

Members

Member nameDescription
MoveAccrossPage
MoveAccrossDoc
MoveAccrossPageCycle
MoveAccrossDocCycle
MoveAccrossPageOut
MoveAccrossDocOut

See Also