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: PopupThe popup to check.
Return Value
Type: 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.