AVEVA CAF API Documenation

The text to display in the message box.
(Optional) Output to IMessageEx.
Show(String,Boolean) Method

Displays a message box with specified text.

Syntax
public static DialogResult Show( 
   string text,
   bool logOutput
)
public:
static DialogResult Show( 
   String^ text,
   bool logOutput
) 

Parameters

text
The text to display in the message box.
logOutput
(Optional) Output to IMessageEx.

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also