GetDefault method


Available for Button objects.

Prototype

GetDefault Proto hWnd:HWND

Syntax

Invoke GetDefault, hWnd

Function

Gets the Default property for a Button object.

Parameters

hWnd

Handle to a Button object.

Return value

Eax returns the current default state for the button.

Possible returned values are:

TRUE    Button object is the default button.
FALSE  Button object is not the default button.