C# 클래스 Livet.Messaging.InformationMessage

상속: InteractionMessage
파일 보기 프로젝트 열기: ugaya40/Livet2

공개 프로퍼티들

프로퍼티 타입 설명
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