Share via


SearchPopupNavigationService.GetIsNavigationEnabled Method

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

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

Syntax

'Declaration
Public Shared Function GetIsNavigationEnabled ( _
    searchControlPopup As Popup _
) As Boolean
public static bool GetIsNavigationEnabled(
    Popup searchControlPopup
)
public:
static bool GetIsNavigationEnabled(
    Popup^ searchControlPopup
)
static member GetIsNavigationEnabled : 
        searchControlPopup:Popup -> bool
public static function GetIsNavigationEnabled(
    searchControlPopup : Popup
) : boolean

Parameters

  • searchControlPopup
    Type: Popup

    The popup to check.

Return Value

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

.NET Framework Security

See Also

Reference

SearchPopupNavigationService Class

Microsoft.VisualStudio.PlatformUI Namespace