INSTextAttachmentCellProtocol.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
| Name | Description |
|---|---|
| WantsToTrackMouse() | |
| WantsToTrackMouse(NSEvent, CGRect, NSView, UIntPtr) |
WantsToTrackMouse()
[Foundation.Export("wantsToTrackMouse")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WantsToTrackMouse();
[<Foundation.Export("wantsToTrackMouse")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WantsToTrackMouse : unit -> bool
override this.WantsToTrackMouse : unit -> bool
Returns
- Attributes
Applies to
WantsToTrackMouse(NSEvent, CGRect, NSView, UIntPtr)
[Foundation.Export("wantsToTrackMouseForEvent:inRect:ofView:atCharacterIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WantsToTrackMouse(AppKit.NSEvent theEvent, CoreGraphics.CGRect cellFrame, AppKit.NSView controlView, UIntPtr charIndex);
[<Foundation.Export("wantsToTrackMouseForEvent:inRect:ofView:atCharacterIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WantsToTrackMouse : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView * unativeint -> bool
override this.WantsToTrackMouse : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView * unativeint -> bool
Parameters
- theEvent
- NSEvent
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
-
UIntPtr
unativeint
Returns
- Attributes