[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.InputFieldText

InputFieldText Class

Text input field component

Inheritance
InputFieldText
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
[DefaultSize(1, 0.2)]
public sealed class InputFieldText : InputField, IComponent, IDisposable, IPersistControl, IAvailabilityInfo

Constructors

Name Description
InputFieldText()

Properties

Name Description
Alignment

Text alignment

ControlType
Font

Sets/gets control's font.

MaxLength

Specifies the maximum length of the text entered. When null, the text is not restricted to any specified length.

MultiLine

Allows more than a single-line entry in the text field.

OutputFormat

Used for format the Text property value

Password

Displays the user-entered text as a series of asterisks (*)

SpellCheck

Indicates whether the text should be spell checked during its input or not.

Text

A field, constant or expression whose value is displayed

Methods

Name Description
IsPropertyValueAvailable(string, object)

Checks if the property value is available for this control

QuickLoad(BinaryReader)

Loads the control from specified binary reader.

QuickSave(BinaryWriter)

Saves the control to the specified binary writer.

ReadXml(XmlNode)

Reads the control from specified XML node.

WriteXml(XmlElement)

Writes the control as XML to specified XML node.

Extension Methods