|
swDialogButtonAction_e Enumeration
|
Action to perform on SOLIDWORKS dialogs.
Namespace:
CADSharpTools.SOLIDWORKS.UIAutomation
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic enum swDialogButtonAction_e
Public Enumeration swDialogButtonAction_e
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Undefined action.
|
| ClickYes | 1 |
Click on the Yes button.
|
| ClickNo | 2 |
Click on the No button.
|
| ClickOK | 3 |
Click on the OK button.
|
| ClickCancel | 4 |
Click on the Cancel button.
|
| CloseDialog | 5 |
Click on the Close button.
|
RemarksUI Automation is only valid for English language versions of SOLIDWORKS.
See Also