Specifies an action that is to be performed when the TAB key is pressed
on a page containing RenderInputBase-derived objects,
while the containing C1PrintDocument is shown
by a supporting viewer (e.g. by C1.Win.C1Preview.C1PrintPreviewControl).
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum FormsKeyActionTabEnum |
Visual Basic |
---|
Public Enumeration FormsKeyActionTabEnum |
Members
Member name | Description | |
---|---|---|
MoveAccrossPage | Focus moves to the next control on the current page, but does not leave the preview nor goes to another page. | |
MoveAccrossDoc | Focus moves to the next control in the document (including across pages). Focus does not leave the preview control. | |
MoveAccrossPageCycle | Focus moves to the next control on the current page. When the last control is reached focus goes to the first control on the same page. | |
MoveAccrossDocCycle | Focus moves to the next control in the document. When the last control is reached focus goes to the first control in the document. | |
MoveAccrossPageOut | Focus moves to the next control on the current page. When the last control on the page is reached focus leaves the preview control, and goes to the next control on the form. | |
MoveAccrossDocOut | Focus moves to the next control in the document. When the last control in the document is reached focus leaves the preview control, and goes to the next control on the form. |