NSDrawer.Close Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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