C# Class OpenHome.Songcast.ExtendedNotifyIcon

An extension of the notifyIcon Windows Forms class, unfortunately its a sealed class so it cannot be inherited. This class adds a timer and additional methods and events to allow for monitoring when a mouse enters and leaves the icon area.
Inheritance: IDisposable
Afficher le fichier Open project: openhome/ohSongcast Class Usage Examples

Méthodes publiques

Свойство Type Description
Click EventHandler
RightClick EventHandler

Méthodes publiques

Méthode Description
Dispose ( ) : void
EventTargetClick ( object sender, EventArgs e ) : void
EventTargetMouseClick ( object sender, MouseEventArgs e ) : void
EventTargetMouseMove ( object sender, MouseEventArgs e ) : void
EventTimerTick ( object sender, EventArgs e ) : void
ExtendedNotifyIcon ( Icon aIcon ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EventTargetClick() public méthode

public EventTargetClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

EventTargetMouseClick() public méthode

public EventTargetMouseClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

EventTargetMouseMove() public méthode

public EventTargetMouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

EventTimerTick() public méthode

public EventTimerTick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ExtendedNotifyIcon() public méthode

public ExtendedNotifyIcon ( Icon aIcon ) : System
aIcon System.Drawing.Icon
Résultat System

Property Details

Click public_oe property

public EventHandler Click
Résultat EventHandler

RightClick public_oe property

public EventHandler RightClick
Résultat EventHandler