Click or drag to resize

ExtensionMsgBox Method

Send the logged-in user a message.

Namespace:  CADSharpTools.PDM
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static void MsgBox(
	this IEdmVault5 Vault,
	int Handle,
	string programName,
	string message
)

Parameters

Vault
Type: IEdmVault5
Vault object.
Handle
Type: SystemInt32
Handle of the parent window.
programName
Type: SystemString
Title of the Message dialog box.
message
Type: SystemString
Message

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmVault5. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also