HidBooleanControlDescription.UsagePage Property

Definition

Gets the usage page associated with the given Boolean control.

public:
 property unsigned short UsagePage { unsigned short get(); };
uint16_t UsagePage();
public ushort UsagePage { get; }
var uInt16 = hidBooleanControlDescription.usagePage;
Public ReadOnly Property UsagePage As UShort

Property Value

UInt16

unsigned short

uint16_t

The usage page.

Applies to

See also