Android.App.Dialog.SetCancelable Method
Sets whether this dialog is cancelable with the Android.Views.KeyEvent.KEYCODE_BACK key.

Syntax

[Android.Runtime.Register("setCancelable", "(Z)V", "GetSetCancelable_ZHandler")]
public virtual void SetCancelable (bool flag)

Parameters

flag
Documentation for this section has not yet been entered.

Remarks

Sets whether this dialog is cancelable with the Android.Views.KeyEvent.KEYCODE_BACK key.

[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