2 references to OkOnly
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\Constants.vb (1)
118Public Const vbOKOnly As MsgBoxStyle = MsgBoxStyle.OkOnly
Microsoft\VisualBasic\Interaction.vb (1)
133Public Function MsgBox(ByVal Prompt As Object, Optional ByVal Buttons As MsgBoxStyle = MsgBoxStyle.OkOnly, Optional ByVal Title As Object = Nothing) As MsgBoxResult