C# Class Zhwang.SuperNotifyIcon.FormDrop

Datei anzeigen Open project: rzhw/SuperNotifyIcon Class Usage Examples

Public Methods

Method Description
FormDrop ( SuperNotifyIcon owner ) : System
FormDrop ( SuperNotifyIcon owner, bool debug ) : System
ShowDrop ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FormDrop ( ) : System
Init ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MouseHook_MouseMove ( object sender, MouseEventArgs e ) : void
MouseInNotifyArea ( ) : bool
MouseInTaskbar ( ) : bool
OwnApplicationActive ( ) : bool

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FormDrop() public method

public FormDrop ( SuperNotifyIcon owner ) : System
owner SuperNotifyIcon
return System

FormDrop() public method

public FormDrop ( SuperNotifyIcon owner, bool debug ) : System
owner SuperNotifyIcon
debug bool
return System

ShowDrop() public method

public ShowDrop ( ) : void
return void