AccessibilityRecord.ToIndex Property
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.
Gets the index of text selection end or the index of the last visible item when scrolling. -or- Sets the index of text selection end or the index of the last visible item when scrolling.
public virtual int ToIndex { [Android.Runtime.Register("getToIndex", "()I", "GetGetToIndexHandler")] get; [Android.Runtime.Register("setToIndex", "(I)V", "GetSetToIndex_IHandler")] set; }
[<get: Android.Runtime.Register("getToIndex", "()I", "GetGetToIndexHandler")>]
[<set: Android.Runtime.Register("setToIndex", "(I)V", "GetSetToIndex_IHandler")>]
member this.ToIndex : int with get, set
Property Value
The index of selection end or last item index.
- Attributes
Remarks
Property getter documentation:
Gets the index of text selection end or the index of the last visible item when scrolling.
Java documentation for android.view.accessibility.AccessibilityRecord.getToIndex()
.
Property setter documentation:
Sets the index of text selection end or the index of the last visible item when scrolling.
Java documentation for android.view.accessibility.AccessibilityRecord.setToIndex(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.