Table of Contents

Enum Win32.DlgResult

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

Possible return values of MsgBoxDialog(IntPtr, string, string, uint).

public enum Win32.DlgResult

Fields

ABORT = 3

The Abort button was selected.

CANCEL = 2

The Cancel button was selected.

CONTINUE = 11

The Continue button was selected.

IGNORE = 5

The Ignore button was selected.

NO = 7

The No button was selected.

OK = 1

The OK button was selected.

RETRY = 4

The Retry button was selected.

TRYAGAIN = 10

The Try Again button was selected.

YES = 6

The Yes button was selected.