Android.Views.Accessibility.AccessibilityRecord Members

The members of Android.Views.Accessibility.AccessibilityRecord are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AddedCountint. Gets the number of added characters.
BeforeTextstring. Documentation for this section has not yet been entered.
BeforeTextFormattedJava.Lang.ICharSequence. Sets the text before a change.
Checkedbool. Gets if the source is checked.
ClassNamestring. Documentation for this section has not yet been entered.
ClassNameFormattedJava.Lang.ICharSequence. Gets the class name of the source.
ContentDescriptionstring. Documentation for this section has not yet been entered.
ContentDescriptionFormattedJava.Lang.ICharSequence. Gets the description of the source.
CurrentItemIndexint. Gets the index of the source in the list of items the can be visited.
Enabledbool. Gets if the source is enabled.
FromIndexint. 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.
FullScreenbool. Gets if the source is taking the entire screen.
ItemCountint. Gets the number of items that can be visited.
MaxScrollXint. Gets the max scroll offset of the source left edge in pixels.
MaxScrollYint. Gets the max scroll offset of the source top edge in pixels.
ParcelableDataAndroid.OS.IParcelable. Gets the Android.OS.Parcelable data.
Passwordbool. Gets if the source is a password field.
RemovedCountint. Gets the number of removed characters.
Scrollablebool. Gets if the source is scrollable.
ScrollXint. Gets the scroll offset of the source left edge in pixels.
ScrollYint. Gets the scroll offset of the source top edge in pixels.
[read-only]
SourceAccessibilityNodeInfo. Gets the Android.Views.Accessibility.AccessibilityNodeInfo of the event source.
[read-only]
TextIList<Java.Lang.ICharSequence>. Gets the text of the event.
ToIndexint. Gets the index of text selection end or the index of the last visible item when scrolling.
[read-only]
WindowIdint. Gets the id of the window from which the event comes from.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
Obtain() : AccessibilityRecord
Returns a cached instance if such is available or a new one is instantiated.
static
Obtain(AccessibilityRecord) : AccessibilityRecord
Returns a cached instance if such is available or a new one is instantiated.
Recycle()
Return an instance back to be reused.
SetSource(Android.Views.View)
Sets the event source.
SetSource(Android.Views.View, int)
Sets the source to be a virtual descendant of the given root.