Contents Index Topic Contents | ||
Previous Topic: IHTMLEmbedElement::put_hidden Next Topic: IHTMLEmbedElement::get_palette |
IHTMLEmbedElement::get_hidden
HRESULT get_hidden( BSTR *p );Determines whether the embedded element is currently hidden or shown.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the status.
See also put_hidden
IHTMLEmbedElement::put_hidden
HRESULT put_hidden( BSTR v );Hides or shows the embedded element.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying if the embedded element is hidden. TRUE hides the embedded element, and FALSE shows it.
See also get_hidden
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.