|
ToolbarMoved is a new standard event for window objects. When an application toolbar is moved, this event is fired for the MDI Frame window. The Message.WordParm and Message.LongParm get populated with values. An explanation of these values appears in the following tables:
|
Message.WordParm value
|
Explanation
|
|
0
|
FrameBar moved
|
|
1
|
SheetBar moved
|
|
Message.LongParm value
|
Explanation
|
|
0
|
Moved to Left
|
|
1
|
Moved to Top
|
|
2
|
Moved to Right
|
|
3
|
Moved to Bottom
|
|
4
|
Set to Floating
|
|