C# Класс Microsoft.Silverlight.Testing.Client.Notification

Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект

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

Свойство Тип Описание
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