C# Class Livet.Messaging.InformationMessage

Inheritance: InteractionMessage
Show file Open project: ugaya40/Livet2

Public Properties

Property Type Description
CaptionProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
InformationMessage ( ) : System.Windows
InformationMessage ( string text, string caption, MessageBoxImage image, string messageKey ) : System.Windows
InformationMessage ( string text, string caption, string messageKey ) : System.Windows

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Method Details

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable

InformationMessage() public method

public InformationMessage ( ) : System.Windows
return System.Windows

InformationMessage() public method

public InformationMessage ( string text, string caption, MessageBoxImage image, string messageKey ) : System.Windows
text string
caption string
image MessageBoxImage
messageKey string
return System.Windows

InformationMessage() public method

public InformationMessage ( string text, string caption, string messageKey ) : System.Windows
text string
caption string
messageKey string
return System.Windows

Property Details

CaptionProperty public static property

public static DependencyProperty,System.Windows CaptionProperty
return System.Windows.DependencyProperty

ImageProperty public static property

public static DependencyProperty,System.Windows ImageProperty
return System.Windows.DependencyProperty

TextProperty public static property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty