[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.InputField

InputField Class

Base input field component

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public abstract class InputField : ARControl, IComponent, IDisposable, IPersistControl

Constructors

Name Description
InputField()

Initializes a new instance of the InputField class.

Properties

Name Description
BackColor

Background color

BorderColor

Border color

BorderStyle

Border style

BorderWidth

Border width

FieldName

Specifies the unique name of the field.

ForeColor

Font color

ReadOnly

Prevents the user from changing the form field content.

Required

Forces the user to fill in the selected field.

TabIndex

Specifies the tab index.

Methods

Name Description
QuickLoad(BinaryReader)

Loads the control from specified binary reader.

QuickSave(BinaryWriter)

Saves the control to the specified binary writer.

ReadXml(XmlNode)

Reads the control's properties from the specified XML node.

WriteXml(XmlElement)

Writes the control's properties to the specified XML element.

Extension Methods