[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.InputFieldTextItem

InputFieldTextItem Class

Represents the canvas item for text fields.

Inheritance
InputFieldTextItem
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public sealed class InputFieldTextItem : InputFieldItem, IDisposable, ICloneable, IBordered

Constructors

Name Description
InputFieldTextItem(RectangleF, string, bool, bool, InputBorderStyle, float, Color, int, bool, bool, bool, InputTextAlign, string[])

Initializes an instance of class InputFieldTextItem.

Properties

Name Description
Alignment

Gets the text alignment.

MaxLength

Gets the maximum length of the text entered. When 0, the text is not restricted to any specified length.

Multiline

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

Password

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

SpellCheck

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

Text

Gets the text value.

Methods

Name Description
Clone()

Performs a cloning of this instance.

ToString()

Returns a string that represents the current object.