InputHapticsManager.IsSupported Method

Definition

Indicates whether the InputHapticsManager functionality is supported on the system.

public:
 static bool IsSupported();
 static bool IsSupported();
/// [Windows.Foundation.Metadata.Experimental]
 static bool IsSupported();
public static bool IsSupported();
[Windows.Foundation.Metadata.Experimental]
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean

Returns

Boolean

bool

true if the InputHapticsManager functionality is supported; otherwise, false.

Attributes

Applies to

See also