C1.C1Preview Namespace : FormsKeyActionTabEnum Enumeration |
'Declaration Public Enum FormsKeyActionTabEnum Inherits System.Enum
public enum FormsKeyActionTabEnum : System.Enum
Member | Description |
---|---|
MoveAccrossDoc | Focus moves to the next control in the document (including across pages). Focus does not leave the preview control. |
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. |
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. |
MoveAccrossPage | Focus moves to the next control on the current page, but does not leave the preview nor goes to another page. |
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. |
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. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.FormsKeyActionTabEnum
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