Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HID usage associated with the object, if known. HIDs always report a usage. Non-HIDs can optionally report a usage; if they do not, the value of this member is 0.
Definition
Visual Basic Public Property Usage As Short C# public short Usage { get; set; } C++ public:
property short Usage {
short get();
void set(short value);
}JScript public function get Usage() : short
public function set Usage(short);
Property Value
This property is read/write.