This page is Out of Date

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

typeDetail

Property of dom/Selectiondom/Selection

Syntax

var result = element.typeDetail;
element.typeDetail = value;

Notes

Remarks

The default implementation of this property returns a value of undefined. Host applications can provide a custom selection mechanism and can provide a value for this property that indicates the selection type. MSHTML requests the selection type from the host application by calling GetTypeDetail.

Syntax

Attributions