<< Return to Main Index

< Return to Class Index

CGXChild::RButtonDown

virtual BOOL RButtonDown(UINT nFlags, CPoint pointt);

nFlags

MK_SHIFT    Set if the SHIFT key is down.

point

Specifies the x- and y-coordinate of the cursor. These coordinates are always relative to the upper-left corner of the window.

Return Value

TRUE if the message has been processed; FALSE otherwise.

Remarks

Called when the user has pressed the right mouse button.

See Also

CGXControl::RButtonDown

CGXChild

Class Overview | Class Members