[This is preliminary documentation and is subject to change.]
Common base for predefined message box controls
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[DefaultPropertyAttribute("Text")] [DefaultEventAttribute("Changed")] public abstract class MessageBoxControl : IReportsChange, INotifyPropertyChanged, ICollectionCancelItem |
| Visual Basic |
|---|
<DefaultPropertyAttribute("Text")> _ <DefaultEventAttribute("Changed")> _ Public MustInherit Class MessageBoxControl _ Implements IReportsChange, INotifyPropertyChanged, ICollectionCancelItem |
| Visual C++ |
|---|
[DefaultPropertyAttribute(L"Text")] [DefaultEventAttribute(L"Changed")] public ref class MessageBoxControl abstract : IReportsChange, INotifyPropertyChanged, ICollectionCancelItem |
| F# |
|---|
[<AbstractClassAttribute>] [<DefaultPropertyAttribute("Text")>] [<DefaultEventAttribute("Changed")>] type MessageBoxControl = class interface IReportsChange interface INotifyPropertyChanged interface ICollectionCancelItem end |
| JScript |
|---|
public abstract class MessageBoxControl implements IReportsChange, INotifyPropertyChanged, ICollectionCancelItem |
Inheritance Hierarchy
System..::..Object
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxControl
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxButton
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxComboBox
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxCheckBox
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxRadioButton
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxControl
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxButton
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxComboBox
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxCheckBox
Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxRadioButton
See Also
Version History
1.5.2
- Added implementation of the INotifyPropertyChanged interface. No changes needed in derived classes when they call OnChanged(EventArgs) with IReportsChange..::..ValueChangedEventArgsBase or PropertyChangedEventArgs.
- Added implementation of ICollectionCancelItem