C# Класс Livet.Messaging.InformationMessage

Наследование: InteractionMessage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CaptionProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
InformationMessage ( ) : System.Windows
InformationMessage ( string text, string caption, MessageBoxImage image, string messageKey ) : System.Windows
InformationMessage ( string text, string caption, string messageKey ) : System.Windows

Защищенные методы

Метод Описание
CreateInstanceCore ( ) : System.Windows.Freezable

Описание методов

CreateInstanceCore() защищенный Метод

protected CreateInstanceCore ( ) : System.Windows.Freezable
Результат System.Windows.Freezable

InformationMessage() публичный Метод

public InformationMessage ( ) : System.Windows
Результат System.Windows

InformationMessage() публичный Метод

public InformationMessage ( string text, string caption, MessageBoxImage image, string messageKey ) : System.Windows
text string
caption string
image MessageBoxImage
messageKey string
Результат System.Windows

InformationMessage() публичный Метод

public InformationMessage ( string text, string caption, string messageKey ) : System.Windows
text string
caption string
messageKey string
Результат System.Windows

Описание свойств

CaptionProperty публичное статическое свойство

public static DependencyProperty,System.Windows CaptionProperty
Результат System.Windows.DependencyProperty

ImageProperty публичное статическое свойство

public static DependencyProperty,System.Windows ImageProperty
Результат System.Windows.DependencyProperty

TextProperty публичное статическое свойство

public static DependencyProperty,System.Windows TextProperty
Результат System.Windows.DependencyProperty