hidden property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the value indicating whether the embedded object is invisible.

Syntax

HRESULT value = object.put_hidden(BSTR v);HRESULT value = object.get_hidden(BSTR* p);

Property values

Type: BSTR

false

Default. Object is not hidden.

true

Object is hidden.

 

 

Build date: 6/12/2012