Android.App.Activity.RequestWindowFeature Method
Enable extended window features.

Syntax

[Android.Runtime.Register("requestWindowFeature", "(I)Z", "")]
public bool RequestWindowFeature ([Android.Runtime.GeneratedEnum] Android.Views.WindowFeatures featureId)

See Also

Android.Views.Window.RequestFeature(Android.Views.WindowFeatures)

Parameters

featureId
The desired feature as defined in Android.Views.Window.

Returns

Documentation for this section has not yet been entered.

Remarks

Enable extended window features. This is a convenience for calling Android.Views.Window.RequestFeature(Android.Views.WindowFeatures).

[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