JumpList.IsSupported Method

Definition

Gets a value that indicates whether the system supports jump lists.

Note

Only the desktop device family supports jump lists, changes made to a jump list with a different device family will not persist.

public:
 static bool IsSupported();
 static bool IsSupported();
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean

Returns

Boolean

bool

A boolean value that is True if jump lists are supported. Otherwise, False.

Applies to