Language

Dialog.SetCancelMessage(Message) Method

Definition

Set a message to be sent when the dialog is canceled.

[Android.Runtime.Register("setCancelMessage", "(Landroid/os/Message;)V", "GetSetCancelMessage_Landroid_os_Message_Handler")]
public virtual void SetCancelMessage(Android.OS.Message? msg);
[<Android.Runtime.Register("setCancelMessage", "(Landroid/os/Message;)V", "GetSetCancelMessage_Landroid_os_Message_Handler")>]
abstract member SetCancelMessage : Android.OS.Message -> unit
override this.SetCancelMessage : Android.OS.Message -> unit

Parameters

msg
Message

Message: The msg to send when the dialog is canceled. This value may be null.

Attributes

Remarks

Set a message to be sent when the dialog is canceled.

See also:

Android reference for android.app.Dialog.setCancelMessage.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to