NSTextAttachmentCell.TrackMouse メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- theEvent
- NSEvent
- cellFrame
- CGRect
- controlView
- NSView
- untilMouseUp
- Boolean
戻り値
- 属性
適用対象
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
パラメーター
- theEvent
- NSEvent
- cellFrame
- CGRect
- controlView
- NSView
- charIndex
- System.System.UIntPtr System.unativeint
- untilMouseUp
- Boolean
戻り値
- 属性