Language

FormWidgetInfo.IsReadOnly Property

Definition

Returns true if the widget is read-only

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

Property Value

true when this widget is read-only; otherwise, false.

Attributes

Remarks

Returns true if the widget is read-only

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