UIPickerView.Select(IntPtr, IntPtr, Boolean) 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.
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