LanguagePreferences::ShowNavigationBar Property

 

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

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool ShowNavigationBar {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

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

This property affects the preferences value fDropdownBar.

Return to top
Show: