IHTMLElementDefaults::style Property
Retrieves the inline stylesheet for the element.
Syntax
HRESULT IHTMLElementDefaults::get_style(IHTMLStyle **p);
Parameters
- p
Address of a pointer to a variable of type IHTMLStyle interface that receives the inline stylesheet for the element.
Return Value
Returns S_OK if successful, or an error value otherwise.