Share via


NSComboBox.Select(NSObject) Method

Definition

[Foundation.Export("selectItemWithObjectValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Select(Foundation.NSObject object1);
[<Foundation.Export("selectItemWithObjectValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Select : Foundation.NSObject -> unit
override this.Select : Foundation.NSObject -> unit

Parameters

object1
NSObject
Attributes

Applies to