'Declaration
Sub DrawOptionButton( _ ByVal rect As Rectangle, _ ByVal state As ControlState, _ ByVal isChecked As Boolean _ )
'Usage
Dim instance As IDrawingSurface Dim rect As Rectangle Dim state As ControlState Dim isChecked As Boolean instance.DrawOptionButton(rect, state, isChecked)
Parameters
- rect
- The rectangle to draw.
- state
- The state of the control.
- isChecked
- The value indicates if the option is checked.