Returns a coded bit field whose set bits indicate the type of pointing device (within a vendor selection) associated with the receiver.
Original signature is '- (NSUInteger)vendorPointingDeviceType'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSUInteger VendorPointingDeviceType { get; }
Public Overridable ReadOnly Property VendorPointingDeviceType As NSUInteger Get
public: virtual property NSUInteger VendorPointingDeviceType { NSUInteger get (); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)