GrapeCity ActiveReports for .NET 16.0J
DrawCheckBoxInputField メソッド

GrapeCity.ActiveReports.Document.Section 名前空間 > Page クラス : DrawCheckBoxInputField メソッド
チェックボックスを入力するフィールドを描画します。
シンタックス
'宣言
 
Public Sub DrawCheckBoxInputField( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal fieldName As System.String, _
   ByVal readOnly As System.Boolean, _
   ByVal required As System.Boolean, _
   ByVal borderStyle As InputBorderStyle, _
   ByVal borderWidth As System.Single, _
   ByVal borderColor As System.Drawing.Color, _
   ByVal checked As System.Boolean, _
   ByVal checkSize As System.Single, _
   ByVal checkStyle As InputCheckStyle _
) 
public void DrawCheckBoxInputField( 
   System.Drawing.RectangleF bounds,
   System.string fieldName,
   System.bool readOnly,
   System.bool required,
   InputBorderStyle borderStyle,
   System.float borderWidth,
   System.Drawing.Color borderColor,
   System.bool checked,
   System.float checkSize,
   InputCheckStyle checkStyle
)

パラメータ

bounds
fieldName
readOnly
required
borderStyle
borderWidth
borderColor
checked
checkSize
checkStyle
参照

Page クラス
Page メンバ