HidNumericControl.UsagePage Property

Definition

Gets the usage page for the given numeric control.

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

Property Value

UInt16

unsigned short

uint16_t

The usage page.

Applies to

See also