Microsoft DirectX 9.0

IVideoWindow.WindowState

The WindowState property shows, hides, minimizes, or maximizes the video window, or retrieves the window's current state.

Syntax

objVideoWindow.WindowState As Long

Parameters

This property takes no parameters.

Return Values

Returns one of the following flags:

The meanings of these flags are defined by the Windows ShowWindow function.

Remarks

This property is read/write.

See Also