This topic has not yet been rated - Rate this topic

SystemTray.GetIsVisible Method

May 02, 2013

Gets the value of the IsVisible attached property for a specified phone application page.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public static bool GetIsVisible(
	DependencyObject element
)

Parameters

element
Type: System.Windows.DependencyObject
The page for which to get the IsVisible attached property.

Return Value

Type: System.Boolean
true if the system tray is visible; otherwise, false.

The system tray is also referred to as the status bar.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.