PrintDocument for WinForms
FormsKeyActionTabEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : FormsKeyActionTabEnum 列挙体
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).
シンタックス
'宣言
 
Public Enum FormsKeyActionTabEnum 
   Inherits System.Enum
'使用法
 
Dim instance As FormsKeyActionTabEnum
public enum FormsKeyActionTabEnum : System.Enum 
メンバ
メンバ解説
MoveAccrossDocFocus moves to the next control in the document (including across pages). Focus does not leave the preview control.
MoveAccrossDocCycleFocus moves to the next control in the document. When the last control is reached focus goes to the first control in the document.
MoveAccrossDocOutFocus 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.
MoveAccrossPageFocus moves to the next control on the current page, but does not leave the preview nor goes to another page.
MoveAccrossPageCycleFocus 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.
MoveAccrossPageOutFocus 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

参照

C1.C1Preview 名前空間