Share via


NSPopoverDelegate.ShouldClose(NSPopover) Method

Definition

[Foundation.Export("popoverShouldClose:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldClose(AppKit.NSPopover popover);
[<Foundation.Export("popoverShouldClose:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldClose : AppKit.NSPopover -> bool
override this.ShouldClose : AppKit.NSPopover -> bool

Parameters

popover
NSPopover

Returns

Implements

Attributes

Applies to