GetMultiLine method


Available for Edit, Button, Check, Radio and RichEdit objects.

Prototype

GetMultiLine Proto hWnd:HWND

Syntax

Invoke GetMultiLine, hWnd

Function

Gets the MultiLine property for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax returns the current multi-line state for the object.

Possible returned values are:

TRUE    Object has multiple lines.
FALSE  Object has a single line.