C# Class Zhwang.SuperNotifyIcon.SuperNotifyIcon

Afficher le fichier Open project: rzhw/SuperNotifyIcon Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetLocation ( ) : Point?
Résultat Point?

GetLocation() public méthode

public GetLocation ( bool tryReturnIfHidden ) : Point?
tryReturnIfHidden bool
Résultat Point?

GetLocation() public méthode

public GetLocation ( int accuracy ) : Point?
accuracy int
Résultat Point?

GetLocation() public méthode

public GetLocation ( int accuracy, bool tryReturnIfHidden ) : Point?
accuracy int
tryReturnIfHidden bool
Résultat Point?

InitDrop() public méthode

public InitDrop ( ) : void
Résultat void

InitDrop() public méthode

public InitDrop ( bool debug ) : void
debug bool
Résultat void