GEMB Enumeration

详细描述

Flags for GeOutString() .

Enumerations

enum   GEMB {
   OK ,
   OKCANCEL ,
   ABORTRETRYIGNORE ,
   YESNOCANCEL ,
   YESNO ,
   RETRYCANCEL ,
   FORCEDIALOG ,
   ICONSTOP ,
   ICONQUESTION ,
   ICONEXCLAMATION ,
   ICONASTERISK ,
   MULTILINE
}

函数

enum GEMB   MAXON_ENUM_FLAGS ( GEMB )

Enumeration Type Documentation

◆  GEMB

enum GEMB
strong
Enumerator
OK 

OK.

OKCANCEL 

OK and Cancel.

ABORTRETRYIGNORE 

Abort, Retry and Ignore.

YESNOCANCEL 

Yes, No and Cancel.

YESNO 

Yes and No.

RETRYCANCEL 

Retry and Cancel.

FORCEDIALOG 

Forces the dialog.

ICONSTOP 

Stop icon.

ICONQUESTION 

Question icon.

ICONEXCLAMATION 

Exclamation icon.

ICONASTERISK 

Asterisk icon.

MULTILINE 

If the message is more than 255 characters and 4 lines then this bit should be set for Mac compatibility.
The dialog is then restricted to only an OK button with limited keyboard support.

Function Documentation

◆  MAXON_ENUM_FLAGS()

enum GEMB MAXON_ENUM_FLAGS ( GEMB   )