[This is preliminary documentation and is subject to change.]
Provides technology-independent managed base class for WinForms and WPF message boxes
The MessageBox..::..MessageBoxRadioButton type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MessageBox..::..MessageBoxRadioButton()()()() | CTor - initializes new instance of the MessageBox..::..MessageBoxRadioButton class | |
| MessageBox..::..MessageBoxRadioButton(String) | CTor - initializes new instance of the MessageBox..::..MessageBoxRadioButton class with text | |
| MessageBox..::..MessageBoxRadioButton(String, Boolean) | CTor - initializes new instance of the MessageBox..::..MessageBoxRadioButton class with text and check state |
Methods
Properties
| Name | Description | |
|---|---|---|
| Collection | Gets collection which's owner owns this control (Inherited from MessageBox..::..MessageBoxControl.) | |
| Control | Gets or sets physical control that currently implements this control (Inherited from MessageBox..::..MessageBoxControl.) | |
| Enabled | Gets or sets value indicating if button is enabled (accessible) or not (Inherited from MessageBox..::..MessageBoxControl.) | |
| Checked | Gets or sets value indicating if control is checked or not | |
| OwnerMessageBox | Gets messagebox this control is owned by (Inherited from MessageBox..::..MessageBoxControl.) | |
| Text | Gets or sets text displayed on control (Inherited from MessageBox..::..MessageBoxControl.) | |
| ToolTip | Gets or sets tool tip text for the button (Inherited from MessageBox..::..MessageBoxControl.) |
Events
| Name | Description | |
|---|---|---|
| EnabledChanged | Raised when value of the Enabled property changes (Inherited from MessageBox..::..MessageBoxControl.) | |
| Changed | Raised when value of member changes (Inherited from MessageBox..::..MessageBoxControl.) | |
| CheckedChanged | raised when value of the Checked property changes | |
| OwnerChanged | Raised when value of the OwnerMessageBox property changes (Inherited from MessageBox..::..MessageBoxControl.) | |
| PropertyChanged | Occurs when a property value changes. (Inherited from MessageBox..::..MessageBoxControl.) | |
| TextChanged | Raised when value of the Text property changes (Inherited from MessageBox..::..MessageBoxControl.) | |
| ToolTipChanged | Raised when value of the ToolTip property changes (Inherited from MessageBox..::..MessageBoxControl.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollectionCancelItem..::..OnAdding | (Inherited from MessageBox..::..MessageBoxControl.) | |
| ICollectionCancelItem..::..OnRemoving | (Inherited from MessageBox..::..MessageBoxControl.) | |
| ICollectionCancelItem..::..OnClearing | (Inherited from MessageBox..::..MessageBoxControl.) | |
| ICollectionNotifyItem..::..Collections | (Inherited from MessageBox..::..MessageBoxControl.) |