C# 클래스 Microsoft.Silverlight.Testing.Client.Notification

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Notification ( ) : System

Initializes a new instance of the Notification class.

OnApplyTemplate ( ) : void

Overrides the on apply template method.

보호된 메소드들

메소드 설명
OnClosed ( RoutedEventArgs e ) : void

Fires the Closed event.

비공개 메소드들

메소드 설명
OnCloseClick ( object sender, RoutedEventArgs e ) : void

Connects to the Click event of the Close button.

메소드 상세

Notification() 공개 메소드

Initializes a new instance of the Notification class.
public Notification ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

Overrides the on apply template method.
public OnApplyTemplate ( ) : void
리턴 void

OnClosed() 보호된 메소드

Fires the Closed event.
protected OnClosed ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs The event data.
리턴 void

프로퍼티 상세

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

Identifies the CloseButtonVisibility dependency property.
public static DependencyProperty,System.Windows CloseButtonVisibilityProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Title dependency property.
public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty