C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / FormsKeyActionEnterEnum Enumeration

FormsKeyActionEnterEnum Enumeration
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).
Syntax
'Declaration
 
Public Enum FormsKeyActionEnterEnum 
   Inherits System.Enum
 
Members
MemberDescription
InvokeAcceptButtonThe current form's Accept button is invoked.
LikeTabThe same action as that of the TAB key is taken.
NoneNo action is taken.
Inheritance Hierarchy

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

See Also