Share via


UIPickerView.Select(IntPtr, IntPtr, Boolean) Method

Definition

Selects the rrow element in component.

[Foundation.Export("selectRow:inComponent:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Select(IntPtr row, IntPtr component, bool animated);
[<Foundation.Export("selectRow:inComponent:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.Select : nativeint * nativeint * bool -> unit

Parameters

row
IntPtr

nativeint

component
IntPtr

nativeint

animated
Boolean
Attributes

Applies to