C# 클래스 MiniTwitter.Extensions.WindowExtension

파일 보기 프로젝트 열기: iyomumx/MiniTwitter-Mod

공개 메소드들

메소드 설명
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

메소드 상세

Activatable() 공개 정적인 메소드

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

AddHook() 공개 정적인 메소드

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

ExtendGlassFrame() 공개 정적인 메소드

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

Flash() 공개 정적인 메소드

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

RemoveHook() 공개 정적인 메소드

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

UnextendGlassFrame() 공개 정적인 메소드

public static UnextendGlassFrame ( this window ) : void
window this
리턴 void