C# 클래스 PsHandler.UI.WindowMessage

Interaction logic for WindowMessage.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Result WindowMessageResult

공개 메소드들

메소드 설명
Show ( string message, string title, WindowMessageButtons buttons, WindowMessageImage image, Window owner, WindowStartupLocation windowStartupLocation = WindowStartupLocation.CenterOwner, WindowMessageTextType windowMessageTextType = WindowMessageTextType.TextBlock, FontFamily fontFamily = null, double fontSize = 12 ) : WindowMessageResult
ShowDialog ( string message, string title, WindowMessageButtons buttons, WindowMessageImage image, Window owner, WindowStartupLocation windowStartupLocation = WindowStartupLocation.CenterOwner, WindowMessageTextType windowMessageTextType = WindowMessageTextType.TextBlock, FontFamily fontFamily = null, double fontSize = 12 ) : WindowMessageResult
WindowMessage ( string message, string title, WindowMessageButtons buttons, WindowMessageImage image, Window owner, WindowStartupLocation windowStartupLocation, WindowMessageTextType windowMessageTextType, FontFamily fontFamily = null, double fontSize = 12 ) : System

비공개 메소드들

메소드 설명
Button_Cancel_Click ( object sender, RoutedEventArgs e ) : void
Button_No_Click ( object sender, RoutedEventArgs e ) : void
Button_OK_Click ( object sender, RoutedEventArgs e ) : void
Button_Yes_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

Show() 공개 정적인 메소드

public static Show ( string message, string title, WindowMessageButtons buttons, WindowMessageImage image, Window owner, WindowStartupLocation windowStartupLocation = WindowStartupLocation.CenterOwner, WindowMessageTextType windowMessageTextType = WindowMessageTextType.TextBlock, FontFamily fontFamily = null, double fontSize = 12 ) : WindowMessageResult
message string
title string
buttons WindowMessageButtons
image WindowMessageImage
owner System.Windows.Window
windowStartupLocation WindowStartupLocation
windowMessageTextType WindowMessageTextType
fontFamily FontFamily
fontSize double
리턴 WindowMessageResult

ShowDialog() 공개 정적인 메소드

public static ShowDialog ( string message, string title, WindowMessageButtons buttons, WindowMessageImage image, Window owner, WindowStartupLocation windowStartupLocation = WindowStartupLocation.CenterOwner, WindowMessageTextType windowMessageTextType = WindowMessageTextType.TextBlock, FontFamily fontFamily = null, double fontSize = 12 ) : WindowMessageResult
message string
title string
buttons WindowMessageButtons
image WindowMessageImage
owner System.Windows.Window
windowStartupLocation WindowStartupLocation
windowMessageTextType WindowMessageTextType
fontFamily FontFamily
fontSize double
리턴 WindowMessageResult

WindowMessage() 공개 메소드

public WindowMessage ( string message, string title, WindowMessageButtons buttons, WindowMessageImage image, Window owner, WindowStartupLocation windowStartupLocation, WindowMessageTextType windowMessageTextType, FontFamily fontFamily = null, double fontSize = 12 ) : System
message string
title string
buttons WindowMessageButtons
image WindowMessageImage
owner System.Windows.Window
windowStartupLocation WindowStartupLocation
windowMessageTextType WindowMessageTextType
fontFamily FontFamily
fontSize double
리턴 System

프로퍼티 상세

Result 공개적으로 프로퍼티

public WindowMessageResult Result
리턴 WindowMessageResult