SearchPopupNavigationService.SetIsNavigationEnabled(Popup, Boolean) Method

Definition

Sets the flag indicating whether navigation is enabled on the popup.

public:
 static void SetIsNavigationEnabled(System::Windows::Controls::Primitives::Popup ^ searchControlPopup, bool value);
public static void SetIsNavigationEnabled (System.Windows.Controls.Primitives.Popup searchControlPopup, bool value);
static member SetIsNavigationEnabled : System.Windows.Controls.Primitives.Popup * bool -> unit
Public Shared Sub SetIsNavigationEnabled (searchControlPopup As Popup, value As Boolean)

Parameters

searchControlPopup
Popup

The popup for which to set the flag.

value
Boolean

The value to which the flag is set.

Applies to