Share via


NSDrawerDelegate.DrawerShouldClose(NSDrawer) Method

Definition

[Foundation.Export("drawerShouldClose:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DrawerShouldClose(AppKit.NSDrawer sender);
[<Foundation.Export("drawerShouldClose:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawerShouldClose : AppKit.NSDrawer -> bool
override this.DrawerShouldClose : AppKit.NSDrawer -> bool

Parameters

sender
NSDrawer

Returns

Implements

Attributes

Applies to