[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.InputFieldTextItem.-ctor

InputFieldTextItem Constructor

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

Initializes an instance of class InputFieldTextItem.

Declaration
public InputFieldTextItem(RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor, int maxLength, bool multiline, bool password, bool spellCheck, InputTextAlign alignment, string[] textArray)
Parameters
Type Name Description
RectangleF bounds

The bounds.

string fieldName

The field name.

bool readOnly

The flag defining the read-only state.

bool required

The flag defining the required state.

InputBorderStyle borderStyle

The border style.

float borderWidth

The border width.

Color borderColor

The border color.

int maxLength

The max length.

bool multiline

The flag defining the multiline state.

bool password

The flag defining the password state.

bool spellCheck

The flag defining the spell check state.

InputTextAlign alignment

The alignment.

string[] textArray

The text.