ViewGroup.CheckLayoutParams(ViewGroup+LayoutParams) Method

Definition

Determines whether layout parameters are valid for a child of this view group.

[Android.Runtime.Register("checkLayoutParams", "(Landroid/view/ViewGroup$LayoutParams;)Z", "GetCheckLayoutParams_Landroid_view_ViewGroup_LayoutParams_Handler")]
protected virtual bool CheckLayoutParams(Android.Views.ViewGroup.LayoutParams? p);
[<Android.Runtime.Register("checkLayoutParams", "(Landroid/view/ViewGroup$LayoutParams;)Z", "GetCheckLayoutParams_Landroid_view_ViewGroup_LayoutParams_Handler")>]
abstract member CheckLayoutParams : Android.Views.ViewGroup.LayoutParams -> bool
override this.CheckLayoutParams : Android.Views.ViewGroup.LayoutParams -> bool

Parameters

p
ViewGroup.LayoutParams

The Android.Views.ViewGroup+LayoutParams value used for p.

Returns

The result of the check layout params operation.

Attributes

Remarks

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