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

In This Topic
DrawCheckBoxInputField Method (Page)
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 _
) 
 

Parameters

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