RadioButton.RadioButtonAccessibleObject(RadioButton) コンストラクター

定義

RadioButton.RadioButtonAccessibleObject クラスの新しいインスタンスを初期化します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 RadioButtonAccessibleObject(System::Windows::Forms::RadioButton ^ owner);
public RadioButtonAccessibleObject (System.Windows.Forms.RadioButton owner);
new System.Windows.Forms.RadioButton.RadioButtonAccessibleObject : System.Windows.Forms.RadioButton -> System.Windows.Forms.RadioButton.RadioButtonAccessibleObject
Public Sub New (owner As RadioButton)

パラメーター

owner
RadioButton

このオブジェクトが情報を提供する RadioButton

適用対象