.NET Framework Class Library
UserInterface.PrintInfo Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.PrintInfo Method

Prints in the status bar of the hosting application a specified string.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub PrintInfo ( _

message As String _
)

C#

public void PrintInfo(

string message
)

Visual C++

public:

void PrintInfo(
String^ message
)

JavaScript

function printInfo(message);

Parameters

message

Type: System.String
The message to display

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace