C# Class Zhwang.SuperNotifyIcon.SuperNotifyIcon

Show file Open project: rzhw/SuperNotifyIcon Class Usage Examples

Public Methods

Method Description
GetLocation ( ) : Point?
GetLocation ( bool tryReturnIfHidden ) : Point?
GetLocation ( int accuracy ) : Point?
GetLocation ( int accuracy, bool tryReturnIfHidden ) : Point?
InitDrop ( ) : void
InitDrop ( bool debug ) : void

Private Methods

Method Description
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

Method Details

GetLocation() public method

public GetLocation ( ) : Point?
return Point?

GetLocation() public method

public GetLocation ( bool tryReturnIfHidden ) : Point?
tryReturnIfHidden bool
return Point?

GetLocation() public method

public GetLocation ( int accuracy ) : Point?
accuracy int
return Point?

GetLocation() public method

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

InitDrop() public method

public InitDrop ( ) : void
return void

InitDrop() public method

public InitDrop ( bool debug ) : void
debug bool
return void