NSDrawer.Open 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
Open() | |
Open(NSObject) |
Open()
[Foundation.Export("open")]
public virtual void Open ();
abstract member Open : unit -> unit
override this.Open : unit -> unit
- Attributes
Applies to
Open(NSObject)
[Foundation.Export("open:")]
public virtual void Open (Foundation.NSObject sender);
abstract member Open : Foundation.NSObject -> unit
override this.Open : Foundation.NSObject -> unit
Parameters
- sender
- NSObject
- Attributes