Version

DrawCheckbox Method

Renders a simple checkbox into a Infragistics.Documents.Reports.Report.ICanvas.
Syntax
'Declaration
 
Public Shared Sub DrawCheckbox( _
   ByVal canvas As Infragistics.Documents.Reports.Report.ICanvas, _
   ByVal checkState As CheckState _
) 
public static void DrawCheckbox( 
   Infragistics.Documents.Reports.Report.ICanvas canvas,
   CheckState checkState
)

Parameters

canvas
The ICanvas into which the checkbox should be rendered.
checkState
The System.Windows.Forms.CheckState of the checkbox.
Remarks
This method will draw a checkbox into a ICanvas, but it is up to the programmer to align that canvas in its container.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also