Gets or sets a FormsStyleEnum value specifying the look and feel of input controls in the current document (see types derived from RenderInputBase).

The default value is Acrobat.

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

Syntax

C#
[DefaultValueAttribute(FormsStyleEnum.Acrobat)]
[XmlAttributeAttribute("FormsStyle")]
public FormsStyleEnum FormsStyle { get; set; }
Visual Basic
<DefaultValueAttribute(FormsStyleEnum.Acrobat)> _
<XmlAttributeAttribute("FormsStyle")> _
Public Property FormsStyle As FormsStyleEnum
	Get
	Set

Remarks

The default value for this property is FormsStyleEnum.Acrobat.

See Also