Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

getSelection method

Returns an object that represents the current selection of the document.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 6.6.1Internet Explorer 9

 

Syntax

object.getSelection(ppIHTMLSelection)

Parameters

ppIHTMLSelection [out, retval]

Type: IHTMLSelection

An HTMLSelection object that represents the current selection, if any.

Return value

Type: IHTMLSelection

An HTMLSelection object that represents the current selection, if any.

Standards information

See also

document
window

 

 

Show:
© 2017 Microsoft