GetEnabled method


Available for all objects.

Prototype

GetEnabled Proto hWnd:HWND

Syntax

Invoke GetEnabled, hWnd

Function

Gets the Enabled property for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax returns the current enable state for the object.

Possible returned values are:

TRUE    Object is enabled.
FALSE  Object is disabled.