バージョン

DrawRadioButton(Rectangle,ButtonState) メソッド

現在のアルファブレンド設定を使用して、Graphics オブジェクトにラジオ/オプション ボタンを描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawRadioButton( _
   ByVal rect As Rectangle, _
   ByVal buttonState As ButtonState _
) 
public void DrawRadioButton( 
   Rectangle rect,
   ButtonState buttonState
)

パラメータ

rect
オプションボタンを描画する四角形
buttonState
オプションボタンの状態。
参照