Microsoft DirectX 9.0

IVideoWindow.Visible

The Visible property specifies whether the window is visible or hidden.

Syntax

objVideoWindow.Visible As Long

Parameters

This property takes no parameters.

Return Values

Returns True if the window is visible, or False if the window is hidden.

Remarks

This property is read/write.

See Also