NSDrawer.Close Method

Definition

Overloads

Close()
Close(NSObject)

Close()

[Foundation.Export("close")]
public virtual void Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
Attributes

Applies to

Close(NSObject)

[Foundation.Export("close:")]
public virtual void Close (Foundation.NSObject sender);
abstract member Close : Foundation.NSObject -> unit
override this.Close : Foundation.NSObject -> unit

Parameters

sender
NSObject
Attributes

Applies to