[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.-ctor

InputFieldCheckBoxItem Constructor

InputFieldCheckBoxItem(RectangleF, string, bool, bool, InputBorderStyle, float, Color, bool, float, InputCheckStyle)

Initializes an instance of class InputFieldCheckBoxItem.

Declaration
public InputFieldCheckBoxItem(RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor, bool @checked, float checkSize, InputCheckStyle checkStyle)
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.

bool checked

The flag defining the checked state.

float checkSize

The check size.

InputCheckStyle checkStyle

The ceck style.