Android.Text.Method.ArrowKeyMovementMethod.CanSelectArbitrarily Method
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.

Syntax

[Android.Runtime.Register("canSelectArbitrarily", "()Z", "GetCanSelectArbitrarilyHandler")]
public override bool CanSelectArbitrarily ()

Returns

Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1