CAViewer::IsVisible

CAViewer class

Returns the Array Viewer visibility state.

BOOL IsVisible( );

Parameters

None.

Return Value

Returns TRUE if the Array Viewer window is currently being displayed; FALSE if it is hidden.

Remarks

If the user closes the Array Viewer window while the program that invoked it is still active, the Array Viewer is still running, but is not visible on the desktop. This routine can be used to determine if the user has closed the Array Viewer.

See Also

CAViewer::ShowWindow