Retrieves the current width of the border around the element.
Syntax
HRESULT get_border( VARIANT *p );
Parameters
- p
- Address of a VARIANT structure that receives the border width.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the width of the border around the element.
Syntax
HRESULT put_border( VARIANT v );
Parameters
- v
- VARIANT string or value that specifies the border width to set.
Return Value
Returns S_OK if successful, or an error code otherwise.