Adds a diagram element to multiple selection.
SyntaxVB6
Copy Code
|
|---|
Public Sub AddToSelection( _ |
C++
Copy Code
|
|---|
public: |
RemarksAdds a diagram element to the current selection. If the item is already selected, nothing happens. If object is not a reference to an Arrow, Box or Table object or if it is null (Nothing in Visual Basic) the returned HRESULT value is S_FALSE.
See Also