Lines Matching refs:selection

1132 /** Indicates an object which supports text selection.
1154 selection may also result in events fired on the parent object.
2393 Please note that accessible text does not necessarily support selection.
2394 In this case it should behave as if there where no selection. An empty
2395 selection is used for example to express the current cursor position.
2409 /** @brief Adds a text selection
2413 Offset of first character after new selection (0 based).
2573 /** @brief Returns the character offsets of Nth active text selection
2575 Returns the 0-based starting and ending offsets of the Nth selection. If the
2578 If the starting selection offset is in one of the child text objects, then the
2580 representing the child text object that contains the starting selection offset.
2581 If the ending selection offset is in one of the child text objects, then the
2583 character representing the child text object that contains the ending selection
2588 child text object containing "two" and if the selection is the string "two" then:
2596 Index of selection (0 based).
2604 [propget] HRESULT selection
2785 Index of selection to remove (0 based).
2799 Setting the caret position may or may not alter the current selection. A
2800 change of the selection is notified to the accessibility event listeners with
2822 /** @brief Changes the bounds of an existing selection.
2824 Index of selection to change (0 based)
2828 …nding offset (0 based) - the offset of the character just past the last character of the selection.
3138 The selection is set to the specified offsets and then selection is copied into
3210 The selection is set to the specified offsets, the selection is then copied into
3211 the system clipboard, and then the selection is deleted.
3235 Any existing selection is removed, the clipboard content is then pasted into
5162 /** The text selection changed. Later versions of Microsoft development environments