C# 클래스 MahApps.Metro.Controls.CustomValidationPopup

This custom popup is used by the validation error template. It provides some additional nice features: - repositioning if host-window size or location changed - repositioning if host-window gets maximized and vice versa - it's only topmost if the host-window is activated
상속: System.Windows.Controls.Primitives.Popup
파일 보기 프로젝트 열기: MahApps/MahApps.Metro

공개 프로퍼티들

프로퍼티 타입 설명
CloseOnMouseLeftButtonDownProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CustomValidationPopup ( ) : System

보호된 메소드들

메소드 설명
OnPreviewMouseLeftButtonDown ( MouseButtonEventArgs e ) : void

비공개 메소드들

메소드 설명
CustomValidationPopup_Loaded ( object sender, RoutedEventArgs e ) : void
CustomValidationPopup_Opened ( object sender, EventArgs e ) : void
CustomValidationPopup_Unloaded ( object sender, RoutedEventArgs e ) : void
SetTopmostState ( bool isTop ) : void
hostWindow_Activated ( object sender, EventArgs e ) : void
hostWindow_Deactivated ( object sender, EventArgs e ) : void
hostWindow_SizeOrLocationChanged ( object sender, EventArgs e ) : void
hostWindow_StateChanged ( object sender, EventArgs e ) : void

메소드 상세

CustomValidationPopup() 공개 메소드

public CustomValidationPopup ( ) : System
리턴 System

OnPreviewMouseLeftButtonDown() 보호된 메소드

protected OnPreviewMouseLeftButtonDown ( MouseButtonEventArgs e ) : void
e MouseButtonEventArgs
리턴 void

프로퍼티 상세

CloseOnMouseLeftButtonDownProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CloseOnMouseLeftButtonDownProperty
리턴 System.Windows.DependencyProperty