PrintDocument for WinForms
FormsKeyActionEnterEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : FormsKeyActionEnterEnum 列挙体
Specifies an action that is to be performed when the ENTER 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 FormsKeyActionEnterEnum 
   Inherits System.Enum
'使用法
 
Dim instance As FormsKeyActionEnterEnum
public enum FormsKeyActionEnterEnum : System.Enum 
メンバ
メンバ解説
InvokeAcceptButtonThe current form's Accept button is invoked.
LikeTabThe same action as that of the TAB key is taken.
NoneNo action is taken.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.FormsKeyActionEnterEnum

参照

C1.C1Preview 名前空間