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 提供通知信息。