Gets or sets a FormsStyleEnum value specifying
the look and feel of input controls in the current document
(see types derived from RenderInputBase).
Namespace:
C1.C1PreviewThe default value is Acrobat.
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.