'Declaration
Public Shared Sub DrawCheckBox( _ 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.DrawCheckBox(g, palette, check, state, hot)
Parameters
- g
- palette
- check
- state
- hot