Retrieves the value that indicates whether the embedded element is currently hidden or shown.
Syntax
HRESULT get_hidden( BSTR *p );
Parameters
- p
- Address of a string (BSTR) variable that receives the status. For details, see the hidden property.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Sets the value that indicates whether the embedded element is currently hidden or shown.
Syntax
HRESULT put_hidden( BSTR v );
Parameters
- v
- String (BSTR) that specifies if the embedded element is hidden. For details, see the hidden property.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0