SearchPopupNavigationService.GetIsNavigationEnabled(Popup) 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.
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
.