Share via


HidNumericControlDescription.ReportCount Property

Definition

Gets the number of reports associated with the given control.

public:
 property unsigned int ReportCount { unsigned int get(); };
uint32_t ReportCount();
public uint ReportCount { get; }
var uInt32 = hidNumericControlDescription.reportCount;
Public ReadOnly Property ReportCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of reports.

Applies to

See also