Table of Contents

Enum UixmlLoader.Flags

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

Enumerates uixml load flags.

[Flags]
public enum UixmlLoader.Flags

Fields

NoThrowException = ReportError | ShowErrorDialog

Specifies whether to supress exception throw.

ReportError = 1

Specifies whether to report error.

ShowErrorDialog = 2

Specifies whether to show error dialog.