IChannelCapability.SupportsKeyboards(Int32) Method

Definition

Indicates if channel supports keyboard.

public bool SupportsKeyboards (int buttonCount);
abstract member SupportsKeyboards : int -> bool
Public Function SupportsKeyboards (buttonCount As Integer) As Boolean

Parameters

buttonCount
Int32

number of buttons.

Returns

True if the channel support number of buttons; false otherwise.

Applies to