Table of Contents

Property Visible

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Visible

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

bool Visible { get; set; }

Property Value

bool

true if the icon is visible in the notification area; otherwise, false. The default value is false.

Remarks

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