NSCell.TrackMouse(NSEvent, CGRect, NSView, Boolean) 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.
[Foundation.Export("trackMouse:inRect:ofView:untilMouseUp:")]
public virtual bool TrackMouse (AppKit.NSEvent theEvent, CoreGraphics.CGRect cellFrame, AppKit.NSView controlView, bool untilMouseUp);
abstract member TrackMouse : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView * bool -> bool
override this.TrackMouse : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView * bool -> bool
Parametri
- theEvent
- NSEvent
- cellFrame
- CGRect
- controlView
- NSView
- untilMouseUp
- Boolean
Restituisce
- Attributi