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
'Declaración
Public Shared Function GetIsNavigationEnabled ( _
searchControlPopup As Popup _
) As Boolean
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.