Freigeben über


SearchPopupNavigationService.GetIsNavigationEnabled Method

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

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

Syntax

'Declaration
Public Shared Function GetIsNavigationEnabled ( _
    searchControlPopup As Popup _
) As Boolean
public static bool GetIsNavigationEnabled(
    Popup searchControlPopup
)

Parameters

Return Value

Type: System.Boolean
Returns true if navigation is enabled; otherwise, returns false.

.NET Framework Security

See Also

Reference

SearchPopupNavigationService Class

Microsoft.VisualStudio.PlatformUI Namespace