Table of Contents

Class MessageBoxInfo

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

Defines properties for the message box show handlers.

public class MessageBoxInfo
Inheritance
MessageBoxInfo

Fields

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
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