C# Class KeePass.UI.NotifyIconEx

Exception-safe NotifyIcon wrapper class (workaround for exceptions thrown when running KeePass under Mono on Mac OS X).
Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
NotifyIconEx ( IContainer container ) : System
SetHandlers ( EventHandler ehClick, EventHandler ehDoubleClick, MouseEventHandler ehMouseDown ) : void

Method Details

NotifyIconEx() public méthode

public NotifyIconEx ( IContainer container ) : System
container IContainer
Résultat System

SetHandlers() public méthode

public SetHandlers ( EventHandler ehClick, EventHandler ehDoubleClick, MouseEventHandler ehMouseDown ) : void
ehClick EventHandler
ehDoubleClick EventHandler
ehMouseDown MouseEventHandler
Résultat void