IHTMLElement::style Property
Retrieves an inline style sheet for the tag.
Syntax
HRESULT IHTMLElement::get_style(IHTMLStyle **p);
Parameters
- p
- Address of a pointer to the IHTMLStyle interface for the style sheet.
Return Value
Returns S_OK if successful, or an error value otherwise.
Community Additions
Show: