Description
The viewer client window is being moved.
Syntax
Private Sub object_Move(Window, lLeft, lTop, bHandled)
The Move Event syntax has these parts:
|
| object | A McWindows object. | | Window | A McWindow object. | | lLeft | A Long value. screen coordinate of the left edge of the viewer client window.
| | lTop | A Long value. screen coordinate of the top edge of the viewer client window.
| | bHandled | A 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.
|