.NET Framework Class Library
MWCmd.UserInterface Enumeration
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM UserInterface commands
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration UserInterface |
C# |
|---|
public enum UserInterface |
Visual C++ |
|---|
public enum class UserInterface |
JavaScript |
|---|
MwPDMApi.UserInterface = function(); MwPDMApi.UserInterface.createEnum('MwPDMApi.UserInterface', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
DBWBringToFront |
0 |
||
DBWInputBox |
1 |
||
DBWMsgBox |
2 |
||
GetComponentFileNameFromSearchDialog |
3 |
||
GetFilePathFromFileOpenDialog |
4 |
||
PrintInfo |
5 |
||
ShowConfirmationDialog |
6 |
||
ShowDocumentSelectorDialog |
7 |
||
ShowPopupWindow |
8 |
||
WaitDialogOpen |
9 |
||
WaitDialogClose |
10 |
||
WaitDialogPoll |
11 |
||
WaitDialogSetMessage |
12 |
Remarks
See Also