LanguagePreferences.ShowNavigationBar Property

Definition

Gets or sets whether or not drop-down bars are to be shown.

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

Property Value

true if drop-down bars can be shown, otherwise false.

Remarks

This property is not used in the default managed package framework language service classes.

This property affects the preferences value fDropdownBar.

Applies to