C# Class o3o.AeroGlassHelper

Show file Open project: zahndy/o3o

Public Methods

Method Description
CheckDwm ( this Window ) : bool
GetColor ( ) : string
SetAeroGlass ( this Window ) : bool
SetAeroGlass ( this Window, AeroMargin Margin ) : bool

Private Methods

Method Description
ConverterToHex ( System c ) : String
DwmExtendFrameIntoClientArea ( IntPtr hwnd, AeroMargin &margins ) : void
DwmIsCompositionEnabled ( ) : bool

Method Details

CheckDwm() public static method

public static CheckDwm ( this Window ) : bool
Window this
return bool

GetColor() public static method

public static GetColor ( ) : string
return string

SetAeroGlass() public static method

public static SetAeroGlass ( this Window ) : bool
Window this
return bool

SetAeroGlass() public static method

public static SetAeroGlass ( this Window, AeroMargin Margin ) : bool
Window this
Margin AeroMargin
return bool