IMessageBoxShow Method (String, String) |
Shows a message with a title to the user.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Show(
string message,
string title
)
Sub Show (
message As String,
title As String
)
void Show(
String^ message,
String^ title
)
abstract Show :
message : string *
title : string -> unit
Parameters
- message
- Type: SystemString
- title
- Type: SystemString
See Also