[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

  NameDescription
Public methodMessageBox..::..MessageBoxRadioButton()()()()
CTor - initializes new instance of the MessageBox..::..MessageBoxRadioButton class
Public methodMessageBox..::..MessageBoxRadioButton(String)
CTor - initializes new instance of the MessageBox..::..MessageBoxRadioButton class with text
Public methodMessageBox..::..MessageBoxRadioButton(String, Boolean)
CTor - initializes new instance of the MessageBox..::..MessageBoxRadioButton class with text and check state

Methods

  NameDescription
Protected methodOnAddedToCollection
Called after item is added to collection
(Inherited from MessageBox..::..MessageBoxControl.)
Protected methodOnEnabledChanged
Raises the EnabledChanged event, calls OnChanged(EventArgs)
(Inherited from MessageBox..::..MessageBoxControl.)
Protected methodOnChanged
Raises the Changed event (and PropertyChanged when e is PropertyChangedEventArgs)
(Inherited from MessageBox..::..MessageBoxControl.)
Protected methodOnCheckedChanged
Raises the CheckedChanged event, calls OnChanged(EventArgs)
Protected methodOnOwnerChanged
Raises the OwnerChanged event, calls OnChanged(EventArgs)
(Inherited from MessageBox..::..MessageBoxControl.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event
(Inherited from MessageBox..::..MessageBoxControl.)
Protected methodOnRemovedFromCollection
Called after item is removed from collection (or after collection was cleared)
(Inherited from MessageBox..::..MessageBoxControl.)
Protected methodOnTextChanged
Raises the TextChanged event, calls OnChanged(EventArgs)
(Inherited from MessageBox..::..MessageBoxControl.)
Protected methodOnToolTipChanged
Raises the ToolTipChanged event, calls OnChanged(EventArgs)
(Inherited from MessageBox..::..MessageBoxControl.)

Properties

  NameDescription
Protected propertyCollection
Gets collection which's owner owns this control
(Inherited from MessageBox..::..MessageBoxControl.)
Public propertyControl
Gets or sets physical control that currently implements this control
(Inherited from MessageBox..::..MessageBoxControl.)
Public propertyEnabled
Gets or sets value indicating if button is enabled (accessible) or not
(Inherited from MessageBox..::..MessageBoxControl.)
Public propertyChecked
Gets or sets value indicating if control is checked or not
Public propertyOwnerMessageBox
Gets messagebox this control is owned by
(Inherited from MessageBox..::..MessageBoxControl.)
Public propertyText
Gets or sets text displayed on control
(Inherited from MessageBox..::..MessageBoxControl.)
Public propertyToolTip
Gets or sets tool tip text for the button
(Inherited from MessageBox..::..MessageBoxControl.)

Events

  NameDescription
Public eventEnabledChanged
Raised when value of the Enabled property changes
(Inherited from MessageBox..::..MessageBoxControl.)
Public eventChanged
Raised when value of member changes
(Inherited from MessageBox..::..MessageBoxControl.)
Public eventCheckedChanged
raised when value of the Checked property changes
Public eventOwnerChanged
Raised when value of the OwnerMessageBox property changes
(Inherited from MessageBox..::..MessageBoxControl.)
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from MessageBox..::..MessageBoxControl.)
Public eventTextChanged
Raised when value of the Text property changes
(Inherited from MessageBox..::..MessageBoxControl.)
Public eventToolTipChanged
Raised when value of the ToolTip property changes
(Inherited from MessageBox..::..MessageBoxControl.)

Explicit Interface Implementations

See Also