Table of Contents

Enum VBMsgBoxStyle

Namespace
RDCore.SDK.Runtime.Abstract.StdLib
Assembly
RDCore.SDK.dll

MS-VBAL 6.1.1.12 VbMsgBoxStyle

public enum VBMsgBoxStyle

Fields

VBAbortRetryIgnore = 2
VBApplicationModal = 0
VBCritical = 16
VBDefaultButton1 = 0
VBDefaultButton2 = 256
VBDefaultButton3 = 512
VBDefaultButton4 = 768
VBExclamation = 48
VBInformation = 64
VBMsgBoxHelpButton = 16384
VBMsgBoxRight = 524288
VBMsgBoxRtlReading = 1048576
VBMsgBoxSetForeground = 65536
VBOkCancel = 1
VBOkOnly = 0
VBRetryCancel = 5
VBSystemModal = 4096
VBYesNo = 4
VBYesNoCancel = 3

Remarks

These values encode the rendered appearance and possible return values of the StdInteraction__MsgBox(VBVariantValue, VBMsgBoxStyle, VBVariantValue?, VBVariantValue?, VBVariantValue?) function.