NotifyIcon Constructor ()
.NET Framework (current version)
Initializes a new instance of the NotifyIcon class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When a new NotifyIcon is created, the Visible property is set to false. You must set the Visible property to true in order to use the NotifyIcon you created. This instance will exist until its container releases it to garbage collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: