CBaseControlWindow::put_Visible
Microsoft DirectShow 9.0 |
CBaseControlWindow::put_Visible
The put_Visible method makes shows or hides the window.
Syntax
HRESULT put_Visible( long Visible );
Parameters
Visible
Automation Boolean flag (0 means window is hidden, –1 means window is shown).
Return Value
Returns an HRESULT value.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also