ArcObjects Component Help  (Core)    

IElement.SelectionTracker Property

Selection tracker used by this element.

[Visual Basic 6.0]
Property SelectionTracker As ISelectionTracker
[Visual Basic .NET]
Public Read Only Property SelectionTracker As ISelectionTracker
[C#]
public ISelectionTracker SelectionTracker {get;}
[C++]
public: __property ISelectionTracker get_SelectionTracker();

Remarks

SelectionTracker returns the ISelectionTracker used by the element. Elements have associated selection tracker objects which provide reshaping functionality.  For example, in ArcMap after adding an element, the element is drawn with a selection tracker around it and users can then drag one of the selection handles on the selection tracker to modify the element's shape.

See Also

IElementEditVertices Interface