.NET Framework Class Library
UserInterface.PrintInfo Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
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( |
JavaScript |
|---|
function printInfo(message); |
Parameters
message
Type: System.String
The message to display
See Also