CursorReleasing

This is a preemptive notification of a cursor release, allowing containers to inspect the event before passing it on to their children. The position coordinates in the event are always in Widget level coordinates. Consuming this event signifies the desire to keep the event local, in which case children will not receive a CursorReleasing or CursorRelease event. By default all Widget derived classes will consume this event within onCursorReleasing() if their Enabled property is false, or if the event's position is outside of the coverage area defined by the Widget::isInside() implementation.

Introduced In:
Widget Widget
EventArgs:
Cursor_EventArgs
See also:
CursorRelease

Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Sun Sep 9 02:00:20 2007