C# Class PaulStovell.TrialBalance.UserInterface.Providers.StatusMessageProvider

Inheritance: System.Windows.DependencyObject
Exibir arquivo Open project: PaulStovell/trial-balance

Public Properties

Property Type Description
CurrentStatusMessageProperty System.Windows.DependencyProperty
StatusMessageProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetStatusMessage ( DependencyObject obj ) : string
SetStatusMessage ( DependencyObject obj, string value ) : void

Private Methods

Method Description
Element_GotFocus ( object sender, RoutedEventArgs e ) : void
Element_MouseEnter ( object sender, System e ) : void
SetMessage ( object sender ) : void
StatusMessageProperty_PropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
StatusMessageProvider ( ) : System

Method Details

GetStatusMessage() public static method

public static GetStatusMessage ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
return string

SetStatusMessage() public static method

public static SetStatusMessage ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
return void

Property Details

CurrentStatusMessageProperty public_oe static_oe property

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

StatusMessageProperty public_oe static_oe property

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