[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
| Name | Description | |
|---|---|---|
| MessageBox..::..MessageBoxComboBox()()()() | CTor - initializes new instance of the MessageBox..::..MessageBoxComboBox class | |
| MessageBox..::..MessageBoxComboBox(array<Object>[]()[][]) | CTor - initializes new instance of the MessageBox..::..MessageBoxComboBox class with items | |
| MessageBox..::..MessageBoxComboBox(String, array<Object>[]()[][]) | CTor - initializes new instance of the MessageBox..::..MessageBoxComboBox class with combo box items and display member |
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.) | |
| DisplayMember | Indicates member (property or field) used to obtain text displayed in drop down for each item. | |
| Editable | gets or sets value indicating if user can type any text to combo box | |
| Enabled | Gets or sets value indicating if button is enabled (accessible) or not (Inherited from MessageBox..::..MessageBoxControl.) | |
| Items | Itels in drop down of combo box | |
| OwnerMessageBox | Gets messagebox this control is owned by (Inherited from MessageBox..::..MessageBoxControl.) | |
| SelectedIndex | Indicates 0-based index of item diaplyed in combo box | |
| SelectedItem | Gets or sets value indicating currently selected item | |
| 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 | |
|---|---|---|
| DisplayMemberChanged | Raised when value of the DisplayMember property changes | |
| EditableChanged | Raised when value of the Editable property changes | |
| EnabledChanged | Raised when value of the Enabled property changes (Inherited from MessageBox..::..MessageBoxControl.) | |
| Changed | Raised when value of member changes (Inherited from MessageBox..::..MessageBoxControl.) | |
| ItemsChanged | Raised when something happens to the Items collection (when it raises the CollectionChanged event). | |
| OwnerChanged | Raised when value of the OwnerMessageBox property changes (Inherited from MessageBox..::..MessageBoxControl.) | |
| PropertyChanged | Occurs when a property value changes. (Inherited from MessageBox..::..MessageBoxControl.) | |
| SelectedIndexChanged | Raised when value of the SelectedIndex property changes | |
| SelectedItemChanged | Raised when value of the SelectedItem property changes | |
| TextChanged | Raised when value of the Text is changed | |
| 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.) |