NSTextAttachmentCell.TrackMouse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TrackMouse(NSEvent, CGRect, NSView, Boolean) | |
TrackMouse(NSEvent, CGRect, NSView, nuint, Boolean) |
TrackMouse(NSEvent, CGRect, NSView, Boolean)
[Foundation.Export("trackMouse:inRect:ofView:untilMouseUp:")]
public virtual bool TrackMouse (AppKit.NSEvent theEvent, CoreGraphics.CGRect cellFrame, AppKit.NSView controlView, bool untilMouseUp);
override this.TrackMouse : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView * bool -> bool
Paramètres
- theEvent
- NSEvent
- cellFrame
- CGRect
- controlView
- NSView
- untilMouseUp
- Boolean
Retours
- Attributs
S’applique à
TrackMouse(NSEvent, CGRect, NSView, nuint, Boolean)
[Foundation.Export("trackMouse:inRect:ofView:atCharacterIndex:untilMouseUp:")]
public virtual bool TrackMouse (AppKit.NSEvent theEvent, CoreGraphics.CGRect cellFrame, AppKit.NSView controlView, nuint charIndex, bool untilMouseUp);
override this.TrackMouse : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView * nuint * bool -> bool
Paramètres
- theEvent
- NSEvent
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
- untilMouseUp
- Boolean
Retours
- Attributs