C# Class Livet.Messaging.InformationMessage

Inheritance: InteractionMessage
Afficher le fichier Open project: ugaya40/Livet2

Méthodes publiques

Свойство Type Description
CaptionProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
InformationMessage ( ) : System.Windows
InformationMessage ( string text, string caption, MessageBoxImage image, string messageKey ) : System.Windows
InformationMessage ( string text, string caption, string messageKey ) : System.Windows

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : System.Windows.Freezable

Method Details

CreateInstanceCore() protected méthode

protected CreateInstanceCore ( ) : System.Windows.Freezable
Résultat System.Windows.Freezable

InformationMessage() public méthode

public InformationMessage ( ) : System.Windows
Résultat System.Windows

InformationMessage() public méthode

public InformationMessage ( string text, string caption, MessageBoxImage image, string messageKey ) : System.Windows
text string
caption string
image MessageBoxImage
messageKey string
Résultat System.Windows

InformationMessage() public méthode

public InformationMessage ( string text, string caption, string messageKey ) : System.Windows
text string
caption string
messageKey string
Résultat System.Windows

Property Details

CaptionProperty public_oe static_oe property

public static DependencyProperty,System.Windows CaptionProperty
Résultat System.Windows.DependencyProperty

ImageProperty public_oe static_oe property

public static DependencyProperty,System.Windows ImageProperty
Résultat System.Windows.DependencyProperty

TextProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextProperty
Résultat System.Windows.DependencyProperty