Method | Description | |
---|---|---|
GetTaskbarEdge ( ) : TaskbarEdge |
Gets the edge of the screen that the taskbar is docked to.
|
|
GetTaskbarLocation ( ) : Point |
Gets the location, in screen coordinates of the taskbar.
|
|
GetTaskbarRectangle ( ) : |
Gets the rectangle of the taskbar.
|
|
GetTaskbarSize ( ) : |
Gets the size, in pixels of the taskbar.
|
|
GetTaskbarState ( ) : TaskbarState |
Gets the current state of the taskbar.
|
|
SetTaskBarState ( TaskbarState state ) : void |
Sets the state of the taskbar.
|
Method | Description | |
---|---|---|
CreateAppBarData ( ) : |
Creats an APPBARDATA struct with its hWnd member set to the task bar window.
|
|
GetTaskBarData ( ) : |
Gets an APPBARDATA struct with valid location, size, and edge of the taskbar.
|
public static GetTaskbarEdge ( ) : TaskbarEdge | ||
return | TaskbarEdge |
public static GetTaskbarRectangle ( ) : |
||
return |
public static GetTaskbarSize ( ) : |
||
return |
public static GetTaskbarState ( ) : TaskbarState | ||
return | TaskbarState |
public static SetTaskBarState ( TaskbarState state ) : void | ||
state | TaskbarState | The new state. |
return | void |