Android.App.Activity.FindViewById Method
Finds a view that was identified by the id attribute from the XML that was processed in Activity.OnCreate(Android.OS.Bundle).

Syntax

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

Parameters

id
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Finds a view that was identified by the id attribute from the XML that was processed in Activity.OnCreate(Android.OS.Bundle).

[Android Documentation]

Requirements

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