View.IsAttachedToWindow Property

Definition

Returns true if this view is currently attached to a window.

public virtual bool IsAttachedToWindow { [Android.Runtime.Register("isAttachedToWindow", "()Z", "GetIsAttachedToWindowHandler")] get; }
[<get: Android.Runtime.Register("isAttachedToWindow", "()Z", "GetIsAttachedToWindowHandler")>]
member this.IsAttachedToWindow : bool

Property Value

Attributes

Remarks

Returns true if this view is currently attached to a window.

Java documentation for android.view.View.isAttachedToWindow().

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