Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.