Nevron.UI.WinForm.Controls Namespace / NUIRenderer Class / DrawRadioButton Method


DrawRadioButton Method
Syntax
'Declaration
 
Public Shared Sub DrawRadioButton( _
   ByVal g As System.Drawing.Graphics, _
   ByVal palette As NPalette, _
   ByVal check As System.Drawing.Rectangle, _
   ByVal state As System.Windows.Forms.ButtonState, _
   ByVal hot As System.Boolean _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim palette As NPalette
Dim check As System.Drawing.Rectangle
Dim state As System.Windows.Forms.ButtonState
Dim hot As System.Boolean
 
NUIRenderer.DrawRadioButton(g, palette, check, state, hot)

Parameters

g
palette
check
state
hot
Requirements

Target Platforms: 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