[This is preliminary documentation and is subject to change.]

Provides technology-independent managed base class for WinForms and WPF message boxes

The MessageBox..::..MessageBoxComboBox type exposes the following members.

Constructors

  NameDescription
Public methodMessageBox..::..MessageBoxComboBox()()()()
CTor - initializes new instance of the MessageBox..::..MessageBoxComboBox class
Public methodMessageBox..::..MessageBoxComboBox(array<Object>[]()[][])
CTor - initializes new instance of the MessageBox..::..MessageBoxComboBox class with items
Public methodMessageBox..::..MessageBoxComboBox(String, array<Object>[]()[][])
CTor - initializes new instance of the MessageBox..::..MessageBoxComboBox class with combo box items and display member

Methods

  NameDescription
Protected methodOnAddedToCollection
Called after item is added to collection
(Inherited from MessageBox..::..MessageBoxControl.)
Protected methodOnDisplayMemberChanged
Protected methodOnEditableChanged
Raises the EditableChanged event, calls OnChanged(EventArgs)
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 methodOnItemsChanged
Raises the ItemsChanged event. Handles Items.CollectionChanged event.
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 methodOnSelectedIndexChanged
Protected methodOnSelectedItemChanged
Protected methodOnTextChanged
Raises the TextChanged event, calls OnChanged(EventArgs) base class method
(Overrides MessageBox..::..MessageBoxControl..::..OnTextChanged(IReportsChange..::..ValueChangedEventArgs<(Of <<'(String>)>>)).)
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 propertyDisplayMember
Indicates member (property or field) used to obtain text displayed in drop down for each item.
Public propertyEditable
gets or sets value indicating if user can type any text to combo box
Public propertyEnabled
Gets or sets value indicating if button is enabled (accessible) or not
(Inherited from MessageBox..::..MessageBoxControl.)
Public propertyItems
Itels in drop down of combo box
Public propertyOwnerMessageBox
Gets messagebox this control is owned by
(Inherited from MessageBox..::..MessageBoxControl.)
Public propertySelectedIndex
Indicates 0-based index of item diaplyed in combo box
Public propertySelectedItem
Gets or sets value indicating currently selected item
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 eventDisplayMemberChanged
Raised when value of the DisplayMember property changes
Public eventEditableChanged
Raised when value of the Editable property changes
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 eventItemsChanged
Raised when something happens to the Items collection (when it raises the CollectionChanged event).
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 eventSelectedIndexChanged
Raised when value of the SelectedIndex property changes
Public eventSelectedItemChanged
Raised when value of the SelectedItem property changes
Public eventTextChanged
Raised when value of the Text is changed
Public eventToolTipChanged
Raised when value of the ToolTip property changes
(Inherited from MessageBox..::..MessageBoxControl.)

Explicit Interface Implementations

See Also