NSTextAttachmentCell.WantsToTrackMouse 方法

定义

重载

WantsToTrackMouse()
WantsToTrackMouse(NSEvent, CGRect, NSView, nuint)

WantsToTrackMouse()

[Foundation.Export("wantsToTrackMouse")]
public virtual bool WantsToTrackMouse ();
abstract member WantsToTrackMouse : unit -> bool
override this.WantsToTrackMouse : unit -> bool

返回

属性

适用于

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

参数

theEvent
NSEvent
cellFrame
CGRect
controlView
NSView
charIndex
System.System.UIntPtr System.unativeint

返回

属性

适用于