Table of Contents

Class MessageBoxInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Defines properties for the message box show handlers.

public class MessageBoxInfo : BaseObjectWithAttr, IBaseObjectWithAttr, IBaseObjectWithId, IBaseObject
Inheritance
MessageBoxInfo
Implements

Properties

Buttons
Caption
DefaultButton
Handled

Assign this property to false, if you need default message box event handler to be called.

HelpInfo

Gets or sets information related to the help file.

Icon
OnClose

This action is called when dialog is closed.

Options
Owner
Result

One of the DialogResult values. This is result of the message box dialog.

ShowHelp

Gets or sets whether to show help. Assign true to show the Help button; otherwise, false. The default is false.

Text