Description

The viewer client window is being moved.

Syntax

Private Sub object_Move(Window, lLeft, lTop, bHandled)

The Move Event syntax has these parts:

PartDescription
objectA McWindow object.
WindowA McWindow object.
lLeftA Long value.

screen coordinate of the left edge of the viewer client window.

lTopA Long value.

screen coordinate of the top edge of the viewer client window.

bHandledA Boolean value.

Setting this parameter to true aborts the propagation of this event to other clients. The implication is that the client code that set this parameter has handled the event and no other clients should.

Remarks

The viewer does nothing with this event.