IChannelCapability.SupportsKeyboards(Int32) 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.
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.