ViewGroup.RemoveView(View) Method

Definition

To be added

[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

Implements

Attributes

Remarks

To be added

<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