GetDrawFocus method


Available for Button objects.

Prototype

GetDrawFocus Proto hWnd:HWND

Syntax

Invoke GetDrawFocus, hWnd

Function

Gets the DrawFocus property for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax returns the draw focus state for the object.


Possible returned values are:

TRUE    Button object draws a rectangle on its client area when it has the focus.
FALSE  Button object draws no rectangle when it has the focus.