NSTextAttachmentCell.WantsToTrackMouse Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
WantsToTrackMouse() | |
WantsToTrackMouse(NSEvent, CGRect, NSView, nuint) |
WantsToTrackMouse()
[Foundation.Export("wantsToTrackMouse")]
public virtual bool WantsToTrackMouse ();
abstract member WantsToTrackMouse : unit -> bool
override this.WantsToTrackMouse : unit -> bool
Restituisce
- Attributi
Si applica a
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
Parametri
- theEvent
- NSEvent
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
Restituisce
- Attributi