This document is archived and information here might be outdated. Recommended version. |
Indicates whether the histogram is hidden from view in the Playback Manager.
[Visual Basic .NET]
Public Property HideHistogram As Boolean
[C#]
public bool HideHistogram {get; set;}
[C++]
HRESULT get_HideHistogram(
Boolean* pbvarHideHistogram
);
[C++]
HRESULT put_HideHistogram(
VARIANT_BOOL pbvarHideHistogram
);
[C++] Parameters pbvarHideHistogram [out, retval]
pbvarHideHistogram is a parameter of type bool* pbvarHideHistogram [in]
pbvarHideHistogram is a parameter of type bool