MonobjcMonobjc Documented Class Library
ClickCount Property
NamespacesMonobjc.AppKitNSEventClickCount

Returns the number of mouse clicks associated with the receiver, which represents a mouse-down or mouse-up event.

Original signature is '- (NSInteger)clickCount'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger ClickCount { get; }
Public Overridable ReadOnly Property ClickCount As NSInteger
	Get
public:
virtual property NSInteger ClickCount {
	NSInteger 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)