SearchPopupNavigationService::GetIsNavigationEnabled Method (Popup^)

 

Gets the flag indicating whether navigation is enabled on the specified popup.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static bool GetIsNavigationEnabled(
	Popup^ searchControlPopup
)

Parameters

searchControlPopup
Type: System.Windows.Controls.Primitives::Popup^

The popup to check.

Return Value

Type: System::Boolean

Returns true if navigation is enabled; otherwise, returns false.

Return to top
Show: