Android.Preferences.PreferenceActivity.OnIsMultiPane Method
Called to determine if the activity should run in multi-pane mode.

Syntax

[Android.Runtime.Register("onIsMultiPane", "()Z", "GetOnIsMultiPaneHandler")]
public virtual bool OnIsMultiPane ()

Returns

Documentation for this section has not yet been entered.

Remarks

Called to determine if the activity should run in multi-pane mode. The default implementation returns true if the screen is large enough.

[Android Documentation]

Requirements

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