C# Class MiniTwitter.Extensions.WindowExtension

Mostra file Open project: iyomumx/MiniTwitter-Mod

Public Methods

Method Description
Activatable ( this window, bool isActivatable ) : void
AddHook ( this window, HwndSourceHook hook ) : void
ExtendGlassFrame ( this window, System.Windows.Thickness margin ) : bool
Flash ( this window, uint count ) : void
RemoveHook ( this window, HwndSourceHook hook ) : void
UnextendGlassFrame ( this window ) : void

Method Details

Activatable() public static method

public static Activatable ( this window, bool isActivatable ) : void
window this
isActivatable bool
return void

AddHook() public static method

public static AddHook ( this window, HwndSourceHook hook ) : void
window this
hook HwndSourceHook
return void

ExtendGlassFrame() public static method

public static ExtendGlassFrame ( this window, System.Windows.Thickness margin ) : bool
window this
margin System.Windows.Thickness
return bool

Flash() public static method

public static Flash ( this window, uint count ) : void
window this
count uint
return void

RemoveHook() public static method

public static RemoveHook ( this window, HwndSourceHook hook ) : void
window this
hook HwndSourceHook
return void

UnextendGlassFrame() public static method

public static UnextendGlassFrame ( this window ) : void
window this
return void