Click or drag to resize

swDialog Class

SOLIDWORKS dialog.
Inheritance Hierarchy
SystemObject
  CADSharpTools.SOLIDWORKS.UIAutomationswDialog

Namespace:  CADSharpTools.SOLIDWORKS.UIAutomation
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class swDialog

The swDialog type exposes the following members.

Constructors
  NameDescription
Public methodswDialog
Creates a new instance of the SOLIDWORKS dialog class.
Top
Properties
  NameDescription
Public propertyButtons
Gets or sets dialog's buttons.
Public propertyCaptions
Gets or sets the captions. Captions dialog text labels.
Public propertyCompareMethod
Sets how the dialog box is compared against others.
Public propertyTitle
Gets or sets the dialog title.
Public propertyUserAction
Gets or sets the action to perform.
Top
Methods
  NameDescription
Public methodAddButton
Adds a new button to the dialog.
Public methodStatic memberCreateOpenFileDialog
Creates an instance of the Open file dialog.
Public methodStatic memberCreateOptionsDialog
Creates an instance of the Options dialog.
Public methodStatic memberCreateSystemLowMemoryDialog
Creates an instance of the low memory dialog.
Public methodIsEqual
Returns if two controls are equal.
Top
Remarks
UI Automation is only valid for English language versions of SOLIDWORKS.
See Also