JumpList.IsSupported 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 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.