IMovementMethod.CanSelectArbitrarily 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.
Returns true if this movement method allows arbitrary selection of any text; false if it has no selection (like a movement method that only scrolls) or a constrained selection (for example limited to links.
[Android.Runtime.Register("canSelectArbitrarily", "()Z", "GetCanSelectArbitrarilyHandler:Android.Text.Method.IMovementMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool CanSelectArbitrarily ();
[<Android.Runtime.Register("canSelectArbitrarily", "()Z", "GetCanSelectArbitrarilyHandler:Android.Text.Method.IMovementMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CanSelectArbitrarily : unit -> bool
Returns
- Attributes
Remarks
Returns true if this movement method allows arbitrary selection of any text; false if it has no selection (like a movement method that only scrolls) or a constrained selection (for example limited to links. The "Select All" menu item is disabled if arbitrary selection is not allowed.
Java documentation for android.text.method.MovementMethod.canSelectArbitrarily()
.
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.