C# Class KeePass.UI.NotifyIconEx

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

Public Methods

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

Method Details

NotifyIconEx() public method

public NotifyIconEx ( IContainer container ) : System
container IContainer
return System

SetHandlers() public method

public SetHandlers ( EventHandler ehClick, EventHandler ehDoubleClick, MouseEventHandler ehMouseDown ) : void
ehClick EventHandler
ehDoubleClick EventHandler
ehMouseDown MouseEventHandler
return void