C# Class MiniTwitter.Extensions.WindowExtension

Afficher le fichier Open project: iyomumx/MiniTwitter-Mod

Méthodes publiques

Méthode 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 méthode

public static Activatable ( this window, bool isActivatable ) : void
window this
isActivatable bool
Résultat void

AddHook() public static méthode

public static AddHook ( this window, HwndSourceHook hook ) : void
window this
hook HwndSourceHook
Résultat void

ExtendGlassFrame() public static méthode

public static ExtendGlassFrame ( this window, System.Windows.Thickness margin ) : bool
window this
margin System.Windows.Thickness
Résultat bool

Flash() public static méthode

public static Flash ( this window, uint count ) : void
window this
count uint
Résultat void

RemoveHook() public static méthode

public static RemoveHook ( this window, HwndSourceHook hook ) : void
window this
hook HwndSourceHook
Résultat void

UnextendGlassFrame() public static méthode

public static UnextendGlassFrame ( this window ) : void
window this
Résultat void