RadioButton.RadioButtonAccessibleObject(RadioButton) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。