C# Class SidebarDiagnostics.Windows.AppBarWindow

Inheritance: DPIAwareWindow
Afficher le fichier Open project: ArcadeRenegade/SidebarDiagnostics Class Usage Examples

Private Properties

Свойство Type Description
AllowMove void
AppBarHook System.IntPtr
AppBarWindow_Loaded void
MoveHook System.IntPtr
NewData APPBARDATA
PreventMove void
SetPos void
SetWindowLong void

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnInitialized ( EventArgs e ) : void

Private Methods

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

Method Details

AppBarHide() public méthode

public AppBarHide ( ) : void
Résultat void

AppBarShow() public méthode

public AppBarShow ( ) : void
Résultat void

ClearAppBar() public méthode

public ClearAppBar ( ) : void
Résultat void

ClearClickThrough() public méthode

public ClearClickThrough ( ) : void
Résultat void

ClearTopMost() public méthode

public ClearTopMost ( bool activate ) : void
activate bool
Résultat void

DisableAeroPeek() public méthode

public DisableAeroPeek ( ) : void
Résultat void

HideInAltTab() public méthode

public HideInAltTab ( ) : void
Résultat void

Move() public méthode

public Move ( WorkArea workArea ) : void
workArea WorkArea
Résultat void

OnInitialized() protected méthode

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetAppBar() public méthode

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
Résultat void

SetBottom() public méthode

public SetBottom ( bool activate ) : void
activate bool
Résultat void

SetClickThrough() public méthode

public SetClickThrough ( ) : void
Résultat void

SetTopMost() public méthode

public SetTopMost ( bool activate ) : void
activate bool
Résultat void

ShowInAltTab() public méthode

public ShowInAltTab ( ) : void
Résultat void