Share via


NSView.AcceptsFirstMouse(NSEvent) Method

Definition

[Foundation.Export("acceptsFirstMouse:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AcceptsFirstMouse(AppKit.NSEvent? theEvent);
[<Foundation.Export("acceptsFirstMouse:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AcceptsFirstMouse : AppKit.NSEvent -> bool
override this.AcceptsFirstMouse : AppKit.NSEvent -> bool

Parameters

theEvent
NSEvent

Returns

Attributes

Applies to