Enum VBMsgBoxStyle
MS-VBAL 6.1.1.12 VbMsgBoxStyle
public enum VBMsgBoxStyle
Fields
VBAbortRetryIgnore = 2VBApplicationModal = 0VBCritical = 16VBDefaultButton1 = 0VBDefaultButton2 = 256VBDefaultButton3 = 512VBDefaultButton4 = 768VBExclamation = 48VBInformation = 64VBMsgBoxHelpButton = 16384VBMsgBoxRight = 524288VBMsgBoxRtlReading = 1048576VBMsgBoxSetForeground = 65536VBOkCancel = 1VBOkOnly = 0VBRetryCancel = 5VBSystemModal = 4096VBYesNo = 4VBYesNoCancel = 3
Remarks
These values encode the rendered appearance and possible return values of the StdInteraction__MsgBox(VBVariantValue, VBMsgBoxStyle, VBVariantValue?, VBVariantValue?, VBVariantValue?) function.