|
swDialogWatcherDialogs Property
|
Dialogs to be watched.
Namespace:
CADSharpTools.SOLIDWORKS.UIAutomation
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic swDialog[] Dialogs { get; }
Public ReadOnly Property Dialogs As swDialog()
Get
Property Value
Type:
swDialog
RemarksIf this property is set to null or an empty array, the object will attempt to perform
GenericAction on all SOLIDWORKS dialogs.
See Also