C# Class SleepHunter.Views.MessageBoxWindow

Inheritance: System.Windows.Window
Mostrar archivo Open project: ewrogers/SleepHunter4

Public Properties

Property Type Description
CancelButtonColumnWidthProperty System.Windows.DependencyProperty
CancelButtonTextProperty System.Windows.DependencyProperty
CancelButtonVisibilityProperty System.Windows.DependencyProperty
MessageTextProperty System.Windows.DependencyProperty
OkButtonColumnWidthProperty System.Windows.DependencyProperty
OkButtonTextProperty System.Windows.DependencyProperty
OkButtonVisibilityProperty System.Windows.DependencyProperty
SubTextProperty System.Windows.DependencyProperty

Public Methods

Method Description
MessageBoxWindow ( ) : System.Windows

Private Methods

Method Description
cancelButton_Click ( object sender, RoutedEventArgs e ) : void
okButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MessageBoxWindow() public method

public MessageBoxWindow ( ) : System.Windows
return System.Windows

Property Details

CancelButtonColumnWidthProperty public_oe static_oe property

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

CancelButtonTextProperty public_oe static_oe property

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

CancelButtonVisibilityProperty public_oe static_oe property

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

MessageTextProperty public_oe static_oe property

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

OkButtonColumnWidthProperty public_oe static_oe property

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

OkButtonTextProperty public_oe static_oe property

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

OkButtonVisibilityProperty public_oe static_oe property

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

SubTextProperty public_oe static_oe property

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