This topic has not yet been rated - Rate this topic

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

window
document

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.