GetVisible method


Available for all objects.

Prototype

GetVisible Proto hWnd:HWND

Syntax

Invoke GetVisible, hWnd

Function

Gets the Visible property for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax/Rax returns the visible state for the object.

Possible returned values are:

TRUE    Object is visible.
FALSE  Object is not visible.