C# Class ScreenToGif.Controls.TrayIcon

Wraps a WinForm NotifyIcon and adds a ScreenToGif logo to it.
Inheritance: IDisposable
显示文件 Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
NotifyIconClicked EventHandler

Public Methods

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

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

ShowTrayIcon() public method

public ShowTrayIcon ( ) : void
return void

TrayIcon() public method

public TrayIcon ( ) : System
return System

Property Details

NotifyIconClicked public_oe property

public EventHandler NotifyIconClicked
return EventHandler