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

Implements MessageBox for Windows Presentation Foundation

Namespace:  Tools.WindowsT.WPF.DialogsT
Assembly:  Tools.Windows (in Tools.Windows.dll) Version: 1.5.2.0

Vertion history

1.5.2 (Nightly)
Class introduced

Syntax

C#
public class MessageBox : MessageBox, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class MessageBox _
	Inherits MessageBox _
	Implements INotifyPropertyChanged
Visual C++
public ref class MessageBox : public MessageBox, 
	INotifyPropertyChanged
J#
public class MessageBox extends MessageBox implements INotifyPropertyChanged
JScript
public class MessageBox extends MessageBox implements INotifyPropertyChanged

Remarks

Message box user interface is implemented by MessageBoxImplementationControl. To change style or template of message box, use that control.

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      Tools.WindowsT.IndependentT..::.MessageBox
        Tools.WindowsT.WPF.DialogsT..::.MessageBox

See Also