Android.Views.Accessibility.AccessibilityRecord.FromIndex Property
Gets the index of the first character of the changed sequence, or the beginning of a text selection or the index of the first visible item when scrolling.

Syntax

[get: Android.Runtime.Register("getFromIndex", "()I", "GetGetFromIndexHandler")]
[set: Android.Runtime.Register("setFromIndex", "(I)V", "GetSetFromIndex_IHandler")]
public virtual int FromIndex { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets the index of the first character of the changed sequence, or the beginning of a text selection or the index of the first visible item when scrolling.

Set method documentation [Android Documentation]

Sets the index of the first character of the changed sequence or the beginning of a text selection or the index of the first visible item when scrolling.

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4