MonobjcMonobjc Documented Class Library
RemoveTrackingRect Method (aTag)
NamespacesMonobjc.AppKitNSViewRemoveTrackingRect(NSInteger)

Removes the tracking rectangle identified by a tag.

Original signature is '- (void)removeTrackingRect:(NSTrackingRectTag)aTag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveTrackingRect(
	NSInteger aTag
)
Public Overridable Sub RemoveTrackingRect ( _
	aTag As NSInteger _
)
public:
virtual void RemoveTrackingRect(
	NSInteger aTag
)
Parameters
aTag (NSInteger)
An integer value identifying a tracking rectangle. It was returned by a previously sent addTrackingRect:owner:userData:assumeInside: message.
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)