C# Класс Zhwang.SuperNotifyIcon.Taskbar

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 ( ) : Rectangle

Gets the rectangle of the taskbar.

GetTaskbarSize ( ) : Size

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 ( ) : NativeMethods.APPBARDATA

Creats an APPBARDATA struct with its hWnd member set to the task bar window.

GetTaskBarData ( ) : NativeMethods.APPBARDATA

Gets an APPBARDATA struct with valid location, size, and edge of the taskbar.

Описание методов

GetTaskbarEdge() публичный статический Метод

Gets the edge of the screen that the taskbar is docked to.
public static GetTaskbarEdge ( ) : TaskbarEdge
Результат TaskbarEdge

GetTaskbarLocation() публичный статический Метод

Gets the location, in screen coordinates of the taskbar.
public static GetTaskbarLocation ( ) : Point
Результат Point

GetTaskbarRectangle() публичный статический Метод

Gets the rectangle of the taskbar.
public static GetTaskbarRectangle ( ) : Rectangle
Результат System.Drawing.Rectangle

GetTaskbarSize() публичный статический Метод

Gets the size, in pixels of the taskbar.
public static GetTaskbarSize ( ) : Size
Результат System.Drawing.Size

GetTaskbarState() публичный статический Метод

Gets the current state of the taskbar.
public static GetTaskbarState ( ) : TaskbarState
Результат TaskbarState

SetTaskBarState() публичный статический Метод

Sets the state of the taskbar.
public static SetTaskBarState ( TaskbarState state ) : void
state TaskbarState The new state.
Результат void