Share via


DomHtmlInputElement.SetSelectionRange(Int32, Int32) Method

Definition

[Foundation.Export("setSelectionRange:end:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetSelectionRange(int start, int end);
[<Foundation.Export("setSelectionRange:end:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetSelectionRange : int * int -> unit
override this.SetSelectionRange : int * int -> unit

Parameters

start
Int32
end
Int32
Attributes

Applies to