SystemTray.GetIsVisible Method

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Shared Function GetIsVisible ( _
    element As DependencyObject _
) As Boolean
public static bool GetIsVisible(
    DependencyObject element
)
public:
static bool GetIsVisible(
    DependencyObject^ element
)
static member GetIsVisible : 
        element:DependencyObject -> bool

Parameters

Return Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

SystemTray Class

Microsoft.Phone.Shell Namespace