Share via


NSMenu.ItemWithTitle(String) Method

Definition

[Foundation.Export("itemWithTitle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSMenuItem? ItemWithTitle(string title);
[<Foundation.Export("itemWithTitle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ItemWithTitle : string -> AppKit.NSMenuItem
override this.ItemWithTitle : string -> AppKit.NSMenuItem

Parameters

title
String

Returns

Attributes

Applies to