C# 클래스 Zhwang.SuperNotifyIcon.Taskbar

파일 보기 프로젝트 열기: rzhw/SuperNotifyIcon 1 사용 예제들

공개 메소드들

메소드 설명
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