C# Class PsHandler.UI.GlassEffect

Mostra file Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
IsEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsEnabled ( DependencyObject element ) : System.Boolean
OnIsEnabledChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
SetIsEnabled ( DependencyObject element, System.Boolean value ) : void

Private Methods

Method Description
DwmExtendFrameIntoClientArea ( IntPtr hwnd, MARGINS &pMarInset ) : int
DwmIsCompositionEnabled ( ) : bool
wnd_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

GetIsEnabled() public static method

public static GetIsEnabled ( DependencyObject element ) : System.Boolean
element System.Windows.DependencyObject
return System.Boolean

OnIsEnabledChanged() public static method

public static OnIsEnabledChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject
args System.Windows.DependencyPropertyChangedEventArgs
return void

SetIsEnabled() public static method

public static SetIsEnabled ( DependencyObject element, System.Boolean value ) : void
element System.Windows.DependencyObject
value System.Boolean
return void

Property Details

IsEnabledProperty public_oe static_oe property

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