TextView.SetTextSelectHandleRight(Int32) 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.
Sets the Drawable corresponding to the right handle used for selecting text.
[Android.Runtime.Register("setTextSelectHandleRight", "(I)V", "GetSetTextSelectHandleRight_IHandler", ApiSince=29)]
public virtual void SetTextSelectHandleRight (int textSelectHandleRight);
[<Android.Runtime.Register("setTextSelectHandleRight", "(I)V", "GetSetTextSelectHandleRight_IHandler", ApiSince=29)>]
abstract member SetTextSelectHandleRight : int -> unit
override this.SetTextSelectHandleRight : int -> unit
Parameters
- textSelectHandleRight
- Int32
- Attributes
Remarks
Sets the Drawable corresponding to the right handle used for selecting text. The Drawable defaults to the value of the textSelectHandleRight attribute. Note that any change applied to the handle Drawable will not be visible until the handle is hidden and then drawn again.
Java documentation for android.widget.TextView.setTextSelectHandleRight(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.