BeMDI SDK |
CMDITitleMouseAction | ![]() |
Constructor |
HandleMouseDown | ![]() |
Handles a mouse down event. |
HandleMouseMove | ![]() |
Handles a mouse move event. |
MDIView | ![]() |
Returns the MDI view the target is attached to. |
MouseUp | ![]() |
Handles a mouse up event. |
MoveControledTo | ![]() |
Moves the controled view. |
TitleView | ![]() |
Returns the target view. |
Like any IMouseAction object an object of this class is attached to a 'controled' view and handles its mouse messages. The controled view forwards its mouse messages to this object by calling MouseUp, MouseDown or MouseMoved.
This class handles this cases:
All other cases are handled by the base class.
Last modified | Sun Sep 2 20:41:17 2001 |
Derived from | CMDIMouseAction | Declared in | MDIViewAction.h |