typeDetail property

Retrieves the name of the selection type.

Syntax

HRESULT value = object.get_typeDetail(* p);

Property values

Type: BSTR

the name of the selection type.

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.

See also

GetTypeDetail