Click or drag to resize

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)
Syntax
public enum swDialogButtonAction_e
Members
  Member nameValueDescription
Undefined0 Undefined action.
ClickYes1 Click on the Yes button.
ClickNo2 Click on the No button.
ClickOK3 Click on the OK button.
ClickCancel4 Click on the Cancel button.
CloseDialog5 Click on the Close button.
Remarks
UI Automation is only valid for English language versions of SOLIDWORKS.
See Also