DeployLX Software Protection System

MessageBoxExOptions Enumeration

Defines options to be used when displaying a message box to the user.

Syntax

<FlagsAttribute> _
Public Enumeration MessageBoxExOptions
[FlagsAttribute]
public enum MessageBoxExOptions

Members

None

No extra options.

AllowRememberChoice

Indicates that the user can select the "Do not show this again" checkbox to indicate that their selection should be used for all future attempts to show the message box wit the same message id.

CopyButton

Indicates the copy button should be displayed allowing the user to copy the information in the message box to the clipboard.

PrintButton

Indicates the print button should be displayed allowing the user to print the information in the message box.

EmailButton

Indicates the email button should be displayed allowing the user to create a new email pre-filled with the data from the message box.

DontUseHistory

Don't use any remembered history if present when the AllowRememberChoice option is selected.

NonCritical

Indicates that an exception is non-fatal and should not be reported to the server.

SupportButtons

Include all the support tool buttons.

ScrollableMessage

Indicates the message should be displayed in a scrollable window.

Default

The default options.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also