Android.Views.View.FindViewById Method
Look for a child view with the given id.

Syntax

[Android.Runtime.Register("findViewById", "(I)Landroid/view/View;", "")]
public View FindViewById (int id)

Parameters

id
The id to search for.

Returns

Documentation for this section has not yet been entered.

Remarks

Look for a child view with the given id. If this view has the given id, return this view.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1