ViewGroup.RemoveView(View) Method

Definition

Note: do not invoke this method from View.draw(android.graphics.Canvas) , View.onDraw(android.graphics.Canvas) , dispatchDraw(android.graphics.Canvas) or any related method.

[Android.Runtime.Register("removeView", "(Landroid/view/View;)V", "GetRemoveView_Landroid_view_View_Handler")]
public virtual void RemoveView(Android.Views.View? view);
[<Android.Runtime.Register("removeView", "(Landroid/view/View;)V", "GetRemoveView_Landroid_view_View_Handler")>]
abstract member RemoveView : Android.Views.View -> unit
override this.RemoveView : Android.Views.View -> unit

Parameters

view
View

The Android.Views.View value used for view.

Implements

Attributes

Remarks

Additional information about the remove view.

<strong>Note:</strong> do not invoke this method from #draw(android.graphics.Canvas), #onDraw(android.graphics.Canvas), #dispatchDraw(android.graphics.Canvas) or any related method.

Java documentation for android.view.ViewGroup.removeView(android.view.View).

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