ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawCheckBoxInputField Method

In This Topic
    DrawCheckBoxInputField Method
    In This Topic
    Draw the checkBox input field
    Syntax
    'Declaration
     
    Public Sub DrawCheckBoxInputField( _
       ByVal bounds As RectangleF, _
       ByVal fieldName As String, _
       ByVal readOnly As Boolean, _
       ByVal required As Boolean, _
       ByVal borderStyle As InputBorderStyle, _
       ByVal borderWidth As Single, _
       ByVal borderColor As Color, _
       ByVal checked As Boolean, _
       ByVal checkSize As Single, _
       ByVal checkStyle As InputCheckStyle _
    ) 
    public void DrawCheckBoxInputField( 
       RectangleF bounds,
       string fieldName,
       bool readOnly,
       bool required,
       InputBorderStyle borderStyle,
       float borderWidth,
       Color borderColor,
       bool checked,
       float checkSize,
       InputCheckStyle checkStyle
    )

    Parameters

    bounds
    fieldName
    readOnly
    required
    borderStyle
    borderWidth
    borderColor
    checked
    checkSize
    checkStyle
    See Also