C# Class withSIX.Core.Presentation.SA.Behaviors.MoveableWindowBehavior

Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
IsEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsEnabled ( Window window ) : bool
SetIsEnabled ( Window window, bool value ) : void

Private Methods

Method Description
OnIsEnabledChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

GetIsEnabled() public static method

public static GetIsEnabled ( Window window ) : bool
window System.Windows.Window
return bool

SetIsEnabled() public static method

public static SetIsEnabled ( Window window, bool value ) : void
window System.Windows.Window
value bool
return void

Property Details

IsEnabledProperty public_oe static_oe property

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