C# Class Microsoft.HockeyApp.Controls.NotificationBox.NotificationBox

Inheritance: System.Windows.Controls.ItemsControl
Exibir arquivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Public Properties

Property Type Description
MessageProperty System.Windows.DependencyProperty
ShowAgainOptionProperty System.Windows.DependencyProperty
ShowAgainTextProperty System.Windows.DependencyProperty
ShowAgainVisibilityProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
ShowAgainOptionChanged void

Public Methods

Method Description
NotificationBox ( ) : System

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject
IsItemItsOwnContainerOverride ( object item ) : bool

Private Methods

Method Description
ShowAgainOptionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Invoked on ShowAgainOption change.

Method Details

GetContainerForItemOverride() protected method

protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

IsItemItsOwnContainerOverride() protected method

protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
return bool

NotificationBox() public method

public NotificationBox ( ) : System
return System

Property Details

MessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows MessageProperty
return System.Windows.DependencyProperty

ShowAgainOptionProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowAgainOptionProperty
return System.Windows.DependencyProperty

ShowAgainTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowAgainTextProperty
return System.Windows.DependencyProperty

ShowAgainVisibilityProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowAgainVisibilityProperty
return System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

public static DependencyProperty,System.Windows TitleProperty
return System.Windows.DependencyProperty