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

FormsStyleEnum Enumeration
Specifies the look and feel of input controls displayed by render objects derived from RenderInputBase. The C1PrintDocument.FormsStyle property returns a member of this enumeration.
Syntax
'Declaration
 
Public Enum FormsStyleEnum 
   Inherits System.Enum
 
Members
MemberDescription
AcrobatSpecifies the Adobe Acrobat Forms style.
InfoPathSpecifies the Microsoft InfoPath style.
WinClassicSpecifies the Windows classic style.
WinXpSpecifies the Windows XP (system) style.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.FormsStyleEnum

See Also