'Declaration Public Overloads Sub DrawRadioButton( _ ByVal rectangle As Rectangle, _ ByVal selected As Boolean _ )
'Usage Dim instance As SmartItemPaint Dim rectangle As Rectangle Dim selected As Boolean instance.DrawRadioButton(rectangle, selected)
Parameters
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle in which to draw the radio button.
- selected
- true if the radio button should be drawn selected; false otherwise.