Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the flag indicating whether navigation is enabled on the popup.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared Sub SetIsNavigationEnabled ( _
searchControlPopup As Popup, _
value As Boolean _
)
public static void SetIsNavigationEnabled(
Popup searchControlPopup,
bool value
)
public:
static void SetIsNavigationEnabled(
Popup^ searchControlPopup,
bool value
)
static member SetIsNavigationEnabled :
searchControlPopup:Popup *
value:bool -> unit
public static function SetIsNavigationEnabled(
searchControlPopup : Popup,
value : boolean
)
Parameters
searchControlPopup
Type: PopupThe popup for which to set the flag.
value
Type: BooleanThe value to which the flag is set.
.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.