Click or drag to resize
IMessageBoxShow Method (String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
Shows a message with a title and a set of choices to the user. Returns the choice selected by the user.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
DialogResult Show(
	string message,
	string title,
	MessageBoxButtons buttons,
	MessageBoxIcon icon,
	MessageBoxDefaultButton defaultButton
)

Parameters

message
Type: SystemString
title
Type: SystemString
buttons
Type: System.Windows.FormsMessageBoxButtons
icon
Type: System.Windows.FormsMessageBoxIcon
defaultButton
Type: System.Windows.FormsMessageBoxDefaultButton

Return Value

Type: DialogResult
See Also