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
Microsoft Developer Network: [Windows Internet Explorer API reference Article]