Description

Occurs when a window's size or position has changed.

Syntax

bforward = SIZE (ctrlentID, ctrlclassID, x, y, width, height)

Parameters

SIZE accepts arguments for the following parameters.

ParameterDescription
CtrlentIDHas the format WindowName.ControlName, where WindowName is the identifier of the window that contains the affected control, and ControlName is the identifier of that control. Notice that a period separates the two values.
CtrlclassIDThe type of control. Possible values are:
 
TypeDescription
ICONIcon.
WINDOWWindow.
XHorizontal distance from origin.
YVertical distance from origin.
WidthWidth of window.
HeightHeight of window.

Returns

True or false. If false, then program execution returns to the calling procedure. If true, then event processing goes to the next level.

See also

SIZE property

Remarks

The origin in Windows is the upper left corner of the screen.

  • No labels