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