Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
MessageBoxChildWindow Method (title, message, buttons, icon)
NamespacesGenesyslab.Desktop.Modules.Windows.IWMessageBoxIWMessageBoxViewMessageBoxChildWindow(String, String, IWMessageBoxButtons, MessageBoxIcon)
Creates a message box child window.
Declaration Syntax
C#Visual BasicVisual C++
public void MessageBoxChildWindow(
	string title,
	string message,
	IWMessageBoxButtons buttons,
	MessageBoxIcon icon
)
Public Sub MessageBoxChildWindow ( _
	title As String, _
	message As String, _
	buttons As IWMessageBoxButtons, _
	icon As MessageBoxIcon _
)
public:
virtual void MessageBoxChildWindow(
	String^ title, 
	String^ message, 
	IWMessageBoxButtons buttons, 
	MessageBoxIcon icon
) sealed
Parameters
title (String)
The title.
message (String)
The message.
buttons (IWMessageBoxButtons)
The buttons.
icon (MessageBoxIcon)
The icon.

Assembly: Genesyslab.Desktop.Modules.Windows (Module: Genesyslab.Desktop.Modules.Windows) Version: 8.0.2.15 (8.0.002.15)