ShowHideValue

Gets and sets a Boolean that determines whether to show or hide an object or group. When set to TRUE, the object or group is shown. When set to FALSE, the object or group is hidden. This property only applies if the Type property is set to ST_GROUPOROBJECT.  

 

JavaScript

 

ShowHideValue

 

C#

 

bool ShowHideValue { get; set; }

 

C++

 

HRESULT ShowHideValue([out, retval] VARIANT_BOOL* pVal)

HRESULT ShowHideValue([in] VARIANT_BOOL pVal)