AccessibilityNodeInfo.MultiLine Property

Definition

Gets if the node is a multi line editable text. -or- Sets if the node is a multi line editable text.

public virtual bool MultiLine { [Android.Runtime.Register("isMultiLine", "()Z", "GetIsMultiLineHandler")] get; [Android.Runtime.Register("setMultiLine", "(Z)V", "GetSetMultiLine_ZHandler")] set; }
[<get: Android.Runtime.Register("isMultiLine", "()Z", "GetIsMultiLineHandler")>]
[<set: Android.Runtime.Register("setMultiLine", "(Z)V", "GetSetMultiLine_ZHandler")>]
member this.MultiLine : bool with get, set

Property Value

True if the node is multi line.

Attributes

Remarks

Property getter documentation:

Gets if the node is a multi line editable text.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.isMultiLine().

Property setter documentation:

Sets if the node is a multi line editable text.

<strong>Note:</strong> Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setMultiLine(boolean).

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.

Applies to