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

Syntax

[Android.Runtime.Register("findViewById", "(I)Landroid/view/View;", "GetFindViewById_IHandler")]
public virtual 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 Android.App.Activity.OnCreate(Android.OS.Bundle). This will implicitly call Window.DecorView for you, with all of the associated side-effects.

[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