PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / FormsStyleEnum Enumeration

In This Topic
    FormsStyleEnum Enumeration
    In This Topic
    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
    public enum FormsStyleEnum : 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