'Declaration
Public Overloads Shared Sub Show( _ ByVal message As String, _ ByVal caption As String _ )
'Usage
Dim message As String Dim caption As String C1MessageBox.Show(message, caption)
Parameters
- message
- The text to display as a message.
- caption
- The title bar caption.