[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawCheckBoxInputField

DrawCheckBoxInputField Method

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

Declaration
public void DrawCheckBoxInputField(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
string fieldName
bool readOnly
bool required
InputBorderStyle borderStyle
float borderWidth
Color borderColor
bool checked
float checkSize
InputCheckStyle checkStyle

DrawCheckBoxInputField(RectangleF, string, bool, bool, InputBorderStyle, float, Color, bool, float, InputCheckStyle, int)

Declaration
public void DrawCheckBoxInputField(RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor, bool @checked, float checkSize, InputCheckStyle checkStyle, int tabIndex)
Parameters
Type Name Description
RectangleF bounds
string fieldName
bool readOnly
bool required
InputBorderStyle borderStyle
float borderWidth
Color borderColor
bool checked
float checkSize
InputCheckStyle checkStyle
int tabIndex