Table of Contents

Enum ModalResult

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies result of user interaction with a modal window.

public enum ModalResult

Fields

Accepted = 2

The activity was accepted.

Canceled = 1

The activity was canceled.

None = 0

ModalResult is not provided.