2 references to RetryCancel
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Constants.vb (1)
123
Public Const vbRetryCancel As MsgBoxStyle = MsgBoxStyle.
RetryCancel
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Interaction.vb (1)
253
If ((Buttons And &HFI) > MsgBoxStyle.
RetryCancel
) OrElse ((Buttons And &HF0I) > MsgBoxStyle.Information) _