Język

FormWidgetInfo.IsEditableText Property

Definition

Returns true if the widget is editable text

public bool IsEditableText { [Android.Runtime.Register("isEditableText", "()Z", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isEditableText", "()Z", "", ApiSince=35)>]
member this.IsEditableText : bool

Property Value

true when this widget is editable text; otherwise, false.

Attributes

Remarks

Returns true if the widget is editable text

Java documentation for FormWidgetInfo.

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