TaskProvider.AlwaysVisible Property

Definition

Determines whether or not the provider is always visible in the dropdown menu even though it has no tasks.

public:
 property bool AlwaysVisible { bool get(); void set(bool value); };
public:
 property bool AlwaysVisible { bool get(); void set(bool value); };
public bool AlwaysVisible { get; set; }
member this.AlwaysVisible : bool with get, set
Public Property AlwaysVisible As Boolean

Property Value

true if it is always visible, otherwise false.

Applies to