IMessageBoxShow Method (String) |
Shows a message 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
)
Sub Show (
message As String
)
void Show(
String^ message
)
abstract Show :
message : string -> unit
Parameters
- message
- Type: SystemString
See Also