Show(String,String) Method
In This Topic
Displays a message box that has a message and title bar caption.
Syntax
'Declaration
Public Overloads Shared Sub Show( _
ByVal As String, _
ByVal As String _
)
public static void Show(
string ,
string
)
Parameters
- message
- The text to display as a message.
- caption
- The title bar caption.
See Also