C# Class PlexServiceTray.AboutWindow

Interaction logic for AboutWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: cjmurph/PmsService Class Usage Examples

Public Properties

Property Type Description
DialogueResultProperty System.Windows.DependencyProperty
FileProperty System.Windows.DependencyProperty
HelpLinkDisplayTextProperty System.Windows.DependencyProperty
HelpLinkProperty System.Windows.DependencyProperty
HelpProperty System.Windows.DependencyProperty
VersionProperty System.Windows.DependencyProperty

Public Methods

Method Description
AboutWindow ( ) : System
ShowAboutDialog ( ) : bool?

Private Methods

Method Description
CanOk ( object parameter ) : bool
Hyperlink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
OnOk ( object parameter ) : void
Title_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

AboutWindow() public method

public AboutWindow ( ) : System
return System

ShowAboutDialog() public static method

public static ShowAboutDialog ( ) : bool?
return bool?

Property Details

DialogueResultProperty public static property

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

FileProperty public static property

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

HelpLinkDisplayTextProperty public static property

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

HelpLinkProperty public static property

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

HelpProperty public static property

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

VersionProperty public static property

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