SearchPopupNavigationService.GetIsNavigationEnabled(Popup) Method

Definition

Gets the flag indicating whether navigation is enabled on the specified popup.

public:
 static bool GetIsNavigationEnabled(System::Windows::Controls::Primitives::Popup ^ searchControlPopup);
public static bool GetIsNavigationEnabled (System.Windows.Controls.Primitives.Popup searchControlPopup);
static member GetIsNavigationEnabled : System.Windows.Controls.Primitives.Popup -> bool
Public Shared Function GetIsNavigationEnabled (searchControlPopup As Popup) As Boolean

Parameters

searchControlPopup
Popup

The popup to check.

Returns

Returns true if navigation is enabled; otherwise, returns false.

Applies to