C# Class ScreenToGif.Controls.ScreenToGifTrayIcon

Wraps a WinForm NotifyIcon and adds a ScreenToGif logo to it.
Inheritance: IDisposable
Mostra file Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
NotifyIconClicked EventHandler

Public Methods

Method Description
Dispose ( ) : void
HideTrayIcon ( ) : void
ScreenToGifTrayIcon ( ) : System
ShowTrayIcon ( ) : void

Private Methods

Method Description
OnNotifyIconClicked ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HideTrayIcon() public method

public HideTrayIcon ( ) : void
return void

ScreenToGifTrayIcon() public method

public ScreenToGifTrayIcon ( ) : System
return System

ShowTrayIcon() public method

public ShowTrayIcon ( ) : void
return void

Property Details

NotifyIconClicked public_oe property

public EventHandler NotifyIconClicked
return EventHandler