Click or drag to resize
IMessageBoxShow Method (String, String)
Shows a message with a title to the user.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Show(
	string message,
	string title
)

Parameters

message
Type: SystemString
title
Type: SystemString
See Also