SearchPopupNavigationService.SetIsNavigationEnabled(Popup, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.