Click or drag to resize

SelectionCombineMode Enumeration

Mode when selecting shapes

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public enum SelectionCombineMode
Members
  Member nameValueDescription
Replace0 Cancels the selected state of the selected shape and selects a new shape.
Add1 Select a new shape without changing the selection state of the selected shape.
Auto2 If the shape is not selected, additionally select a new shape. Cancels the selected state if the shape is selected.
Remove3 Cancels the selected state of the selected shape.
See Also