CoreInputView.IsKindSupported(CoreInputViewKind) Method

Definition

Gets whether the type of CoreInputView specified is supported.

public:
 virtual bool IsKindSupported(CoreInputViewKind type) = IsKindSupported;
bool IsKindSupported(CoreInputViewKind const& type);
public bool IsKindSupported(CoreInputViewKind type);
function isKindSupported(type)
Public Function IsKindSupported (type As CoreInputViewKind) As Boolean

Parameters

type
CoreInputViewKind

The type of CoreInputView.

Returns

Boolean

bool

True, if the type is supported. Otherwise, false.

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Applies to