C# 클래스 Zhwang.SuperNotifyIcon.SuperNotifyIcon

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

공개 메소드들

메소드 설명
GetLocation ( ) : Point?
GetLocation ( bool tryReturnIfHidden ) : Point?
GetLocation ( int accuracy ) : Point?
GetLocation ( int accuracy, bool tryReturnIfHidden ) : Point?
InitDrop ( ) : void
InitDrop ( bool debug ) : void

비공개 메소드들

메소드 설명
DropRefreshCallback ( bool successful ) : void
HandleDragDrop ( object sender, DragEventArgs e ) : void
HandleDragEnter ( object sender, DragEventArgs e ) : void
HandleDragLeave ( object sender, EventArgs e ) : void
HandleDragOver ( object sender, DragEventArgs e ) : void

메소드 상세

GetLocation() 공개 메소드

public GetLocation ( ) : Point?
리턴 Point?

GetLocation() 공개 메소드

public GetLocation ( bool tryReturnIfHidden ) : Point?
tryReturnIfHidden bool
리턴 Point?

GetLocation() 공개 메소드

public GetLocation ( int accuracy ) : Point?
accuracy int
리턴 Point?

GetLocation() 공개 메소드

public GetLocation ( int accuracy, bool tryReturnIfHidden ) : Point?
accuracy int
tryReturnIfHidden bool
리턴 Point?

InitDrop() 공개 메소드

public InitDrop ( ) : void
리턴 void

InitDrop() 공개 메소드

public InitDrop ( bool debug ) : void
debug bool
리턴 void