'Declaration Public Overloads Sub DrawRadioButton( _ ByVal rectangle As Rectangle, _ ByVal selected As Boolean, _ ByVal enabled As Boolean _ )
'Usage Dim instance As SmartItemPaint Dim rectangle As Rectangle Dim selected As Boolean Dim enabled As Boolean instance.DrawRadioButton(rectangle, selected, enabled)
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.
- enabled
- true if the radio button should be drawn enabled; false otherwise.