MonobjcMonobjc Documented Class Library
SetOnMouseEntered Method (flag)
NamespacesMonobjc.AppKitNSCursorSetOnMouseEntered(Boolean)

Specifies whether the receiver accepts mouseEntered: events.

Original signature is '- (void)setOnMouseEntered:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetOnMouseEntered(
	bool flag
)
Public Overridable Sub SetOnMouseEntered ( _
	flag As Boolean _
)
public:
virtual void SetOnMouseEntered(
	bool flag
)
Parameters
flag (Boolean)
YES if the receiver accepts future mouseEntered: event messages; otherwise it ignores them.
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)