MonobjcMonobjc Documented Class Library
VendorPointingDeviceType Property
NamespacesMonobjc.AppKitNSEventVendorPointingDeviceType

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger VendorPointingDeviceType { get; }
Public Overridable ReadOnly Property VendorPointingDeviceType As NSUInteger
	Get
public:
virtual property NSUInteger VendorPointingDeviceType {
	NSUInteger get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)