ViewGroup.CheckLayoutParams(ViewGroup+LayoutParams) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.