Retrieves the element's runtimeStyle object.
Syntax
HRESULT get_runTimeStyle( IHTMLStyle **p );
Parameters
- p
- Address of a pointer to an IHTMLStyle interface that returns the element's style attributes at run time.
Return Value
Returns S_OK if successful, or an error code otherwise.