메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 GetTaskbarRectangle ( ) : |
||
리턴 |
public static SetTaskBarState ( TaskbarState state ) : void | ||
state | TaskbarState | The new state. |
리턴 | void |