MonobjcMonobjc Documented Class Library
RemoveToolTip Method (tag)
NamespacesMonobjc.AppKitNSViewRemoveToolTip(NSInteger)

Removes the tool tip identified by specified tag.

Original signature is '- (void)removeToolTip:(NSToolTipTag)tag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveToolTip(
	NSInteger tag
)
Public Overridable Sub RemoveToolTip ( _
	tag As NSInteger _
)
public:
virtual void RemoveToolTip(
	NSInteger tag
)
Parameters
tag (NSInteger)
An integer tag that is the value returned by a previous addToolTipRect:owner:userData: 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)