Retrieves the reading order of the element.
Syntax
HRESULT get_dir( VARIANT *p );
Parameters
- p
- Address of a string VARIANT structure that contains the direction of the element's text.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the reading order of the element.
Syntax
HRESULT put_dir( VARIANT v );
Parameters
- v
- String VARIANT structure that contains the direction of the element's text.
Return Value
Returns S_OK if successful, or an error code otherwise.