System.Windows.Forms.NotifyIcon.Visible Property

Gets or sets a value indicating whether the icon is visible in the notification area of the taskbar.

Syntax

[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Localizable(true)]
public bool Visible { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Since the default value is false, in order for the icon to show up in the notification area, you must set the NotifyIcon.Visible property to true.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0