C# Class CK.Plugins.ObjectExplorer.CustomEnabling

Datei anzeigen Open project: Invenietis/ck-certified

Public Properties

Property Type Description
IsEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsEnabled ( DependencyObject obj ) : bool
SetIsEnabled ( DependencyObject obj, bool value ) : void

Method Details

GetIsEnabled() public static method

public static GetIsEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetIsEnabled() public static method

public static SetIsEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

IsEnabledProperty public_oe static_oe property

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