Returns the CSS3 selector of the Selection.anchorNode property, which is the HTML5 DOM Node in which the selection begins.
Returns the CSS3 selector of the Selection.anchorNode property, which is the HTML5 DOM Node in which the selection begins.
Visual Basic |
---|
Public Property SelAnchorElement As String |
A user may make a selection from left to right (in document order) or right to left (reverse of document order). The anchor is where the user began the selection. This can be visualized by holding the Shift key and pressing the arrow keys on your keyboard. The selection's anchor does not move, but the selection's focus, the other end of the selection, does move.