HidCollection.UsagePage Property

Definition

Gets the usage page for the given control collection.

public:
 property unsigned int UsagePage { unsigned int get(); };
uint32_t UsagePage();
public uint UsagePage { get; }
var uInt32 = hidCollection.usagePage;
Public ReadOnly Property UsagePage As UInteger

Property Value

UInt32

unsigned int

uint32_t

The usage page.

Applies to

See also