NSTextAttachmentCell.WantsToTrackMouse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WantsToTrackMouse() | |
WantsToTrackMouse(NSEvent, CGRect, NSView, nuint) |
WantsToTrackMouse()
[Foundation.Export("wantsToTrackMouse")]
public virtual bool WantsToTrackMouse ();
abstract member WantsToTrackMouse : unit -> bool
override this.WantsToTrackMouse : unit -> bool
Returns
- Attributes
Applies to
WantsToTrackMouse(NSEvent, CGRect, NSView, nuint)
[Foundation.Export("wantsToTrackMouseForEvent:inRect:ofView:atCharacterIndex:")]
public virtual bool WantsToTrackMouse (AppKit.NSEvent theEvent, CoreGraphics.CGRect cellFrame, AppKit.NSView controlView, nuint charIndex);
abstract member WantsToTrackMouse : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView * nuint -> bool
override this.WantsToTrackMouse : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView * nuint -> bool
Parameters
- theEvent
- NSEvent
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes