NSTextAttachmentCell.WantsToTrackMouse 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
返回
- 属性