[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.3.38916 (1.5.3.38916)

Syntax

C#
public class MessageBox : MessageBox, INotifyPropertyChanged
Visual Basic
Public Class MessageBox _
	Inherits MessageBox _
	Implements INotifyPropertyChanged
Visual C++
public ref class MessageBox : public MessageBox, 
	INotifyPropertyChanged
F#
type MessageBox =  
    class
        inherit MessageBox
        interface INotifyPropertyChanged
    end
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

See Also

Collapse/expand Version History

1.5.2

  • (Nightly) Class introduced

1.5.3