IsWindowVisible


static bool IsWindowVisible(Handle Window)

This function determines if the visibility bit of a window is set.

Parameters

Handle Window

The handle of the window whose visibility is being determined.

Return

bool

true The window is visible.
false The window is invisible.

Notes

This function checks the window style bit Style::Visible. If the style bit is set but its parent style bit is clear, false is returned.

This function determines only whether the visibility style bit of a window is set - not whether the window is visible on the screen. Even when the visibility style bit of a window is set, it may be obscured by other windows.

Details

Name Space IPlusPlus::Windows
Class Win
Assembly IPlusPlus.WinPlus.dll