Share via


NSMenu.SelectedItems Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSMenuItem[] SelectedItems { [Foundation.Export("selectedItems", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectedItems", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSelectedItems:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SelectedItems : AppKit.NSMenuItem[] with get, set

Property Value

Attributes

Applies to