wx.ComponentModel.ErrorMessageDialog Class Reference

Inheritance diagram for wx.ComponentModel.ErrorMessageDialog:

wx.ComponentModel.IErrorHandler

List of all members.

Public Member Functions

 ErrorMessageDialog (Window parent)
 ErrorMessageDialog ()
void ShowMessage (MessageClass msgClass, string msgFormat, params object[] objects)

Properties

Window Parent [get]


Detailed Description

Shows an error using the wx.MessageDialog. Opens at most one dialog non-modal.

Constructor & Destructor Documentation

wx.ComponentModel.ErrorMessageDialog.ErrorMessageDialog (  ) 

Creates an instance without parent.

wx.ComponentModel.ErrorMessageDialog.ErrorMessageDialog ( Window  parent  ) 

Creates an instance with parent that will be used to determine the position of the dialog.


Member Function Documentation

void wx.ComponentModel.ErrorMessageDialog.ShowMessage ( MessageClass  msgClass,
string  msgFormat,
params object[]  objects 
)

Closing and destroying the old message box if one exists and open a new one.

Implements wx.ComponentModel.IErrorHandler.


Property Documentation

Window wx.ComponentModel.ErrorMessageDialog.Parent [get]

Returns the parent. The result may be null.


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads