Cassia
ITerminalServicesSession.MessageBox Method (string, string, RemoteMessageBoxIcon)
Syntax
Collapse All
Displays a message box in the session.
Declaring type:
ITerminalServicesSession
Namespace:
Cassia
Assembly:
Cassia
Syntax
C#
public abstract void MessageBox ( string
text
, string
caption
, RemoteMessageBoxIcon
icon
)
Parameters
text
The text to display in the message box.
caption
The caption of the message box.
icon
The icon to display in the message box.
Top
Generated by
ImmDoc .NET
.