C# Class withSIX.Core.Presentation.Wpf.Behaviors.ToolBarCloseBehavior

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
IsEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsEnabled ( System.Windows.Controls.ToolBar popup ) : bool
SetIsEnabled ( System.Windows.Controls.ToolBar popup, bool value ) : void

Private Methods

Method Description
OnClick ( object sender, RoutedEventArgs e ) : void
OnIsEnabledChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetIsEnabled() public static method

public static GetIsEnabled ( System.Windows.Controls.ToolBar popup ) : bool
popup System.Windows.Controls.ToolBar
return bool

SetIsEnabled() public static method

public static SetIsEnabled ( System.Windows.Controls.ToolBar popup, bool value ) : void
popup System.Windows.Controls.ToolBar
value bool
return void

Property Details

IsEnabledProperty public_oe static_oe property

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