[]
        
(Showing Draft Content)

GrapeCity.Drawing.IDrawingContext.DrawOptionButton

DrawOptionButton Method

DrawOptionButton(Rectangle, ControlState, bool)

Draw a option button.

Declaration
void DrawOptionButton(Rectangle rect, ControlState state, bool isChecked)
Sub DrawOptionButton(rect As Rectangle, state As ControlState, isChecked As Boolean)
Parameters
Type Name Description
Rectangle rect

The rectangle to draw.

ControlState state

The state of the control.

bool isChecked

The value indicates if the option is checked.