Version

DrawRadioButton Method

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

Parameters

canvas
The ICanvas into which the radio button should be rendered.
checkState
The System.Windows.Forms.CheckState of the radio button.
Remarks
This method will draw a radio button 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