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

Common base for predefined message box controls

Namespace: Tools.WindowsT.IndependentT
Assembly: 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

See Also

Collapse/expand Version History

1.5.2