Specifies the look and feel of input controls displayed by render objects derived from RenderInputBase. The FormsStyle property returns a member of this enumeration.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum FormsStyleEnum
Visual Basic
Public Enumeration FormsStyleEnum

Members

Member nameDescription
Acrobat Specifies the Adobe Acrobat Forms style.
InfoPath Specifies the Microsoft InfoPath style.
WinXp Specifies the Windows XP (system) style.
WinClassic Specifies the Windows classic style.

See Also