C# Class Zhwang.SuperNotifyIcon.FormDrop

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

Méthodes publiques

Méthode Description
FormDrop ( SuperNotifyIcon owner ) : System
FormDrop ( SuperNotifyIcon owner, bool debug ) : System
ShowDrop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

FormDrop() public méthode

public FormDrop ( SuperNotifyIcon owner ) : System
owner SuperNotifyIcon
Résultat System

FormDrop() public méthode

public FormDrop ( SuperNotifyIcon owner, bool debug ) : System
owner SuperNotifyIcon
debug bool
Résultat System

ShowDrop() public méthode

public ShowDrop ( ) : void
Résultat void