C# 클래스 SidebarDiagnostics.Windows.AppBarWindow

상속: DPIAwareWindow
파일 보기 프로젝트 열기: ArcadeRenegade/SidebarDiagnostics 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AllowMove void
AppBarHook System.IntPtr
AppBarWindow_Loaded void
MoveHook System.IntPtr
NewData APPBARDATA
PreventMove void
SetPos void
SetWindowLong void

공개 메소드들

메소드 설명
AppBarHide ( ) : void
AppBarShow ( ) : void
ClearAppBar ( ) : void
ClearClickThrough ( ) : void
ClearTopMost ( bool activate ) : void
DisableAeroPeek ( ) : void
HideInAltTab ( ) : void
Move ( WorkArea workArea ) : void
SetAppBar ( int screen, DockEdge edge, WorkArea windowWA, WorkArea appbarWA, System.Action callback ) : void
SetBottom ( bool activate ) : void
SetClickThrough ( ) : void
SetTopMost ( bool activate ) : void
ShowInAltTab ( ) : void

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AllowMove ( ) : void
AppBarHook ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
AppBarWindow_Loaded ( object sender, RoutedEventArgs e ) : void
MoveHook ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
NewData ( ) : APPBARDATA
PreventMove ( ) : void
SetPos ( IntPtr hwnd_after, bool activate ) : void
SetWindowLong ( long add, long remove ) : void

메소드 상세

AppBarHide() 공개 메소드

public AppBarHide ( ) : void
리턴 void

AppBarShow() 공개 메소드

public AppBarShow ( ) : void
리턴 void

ClearAppBar() 공개 메소드

public ClearAppBar ( ) : void
리턴 void

ClearClickThrough() 공개 메소드

public ClearClickThrough ( ) : void
리턴 void

ClearTopMost() 공개 메소드

public ClearTopMost ( bool activate ) : void
activate bool
리턴 void

DisableAeroPeek() 공개 메소드

public DisableAeroPeek ( ) : void
리턴 void

HideInAltTab() 공개 메소드

public HideInAltTab ( ) : void
리턴 void

Move() 공개 메소드

public Move ( WorkArea workArea ) : void
workArea WorkArea
리턴 void

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetAppBar() 공개 메소드

public SetAppBar ( int screen, DockEdge edge, WorkArea windowWA, WorkArea appbarWA, System.Action callback ) : void
screen int
edge DockEdge
windowWA WorkArea
appbarWA WorkArea
callback System.Action
리턴 void

SetBottom() 공개 메소드

public SetBottom ( bool activate ) : void
activate bool
리턴 void

SetClickThrough() 공개 메소드

public SetClickThrough ( ) : void
리턴 void

SetTopMost() 공개 메소드

public SetTopMost ( bool activate ) : void
activate bool
리턴 void

ShowInAltTab() 공개 메소드

public ShowInAltTab ( ) : void
리턴 void