Talk:How to Enable/Disable Drag and Move Events in a Control
Article Review by savaj
(20090930)
In some scenario we need to enable/disable drag and move event in control. This article demonstrates how to enable/disable drag and move event in control. Basically we need to call PointerFilter() method of class RWindowBase to enable/disable drag and move event, as explained in this article. The article is well explained and useful to beginners as well as experienced developer.
In some scenario we need to enable/disable drag and move event in control. This article demonstrates how to enable/disable drag and move event in control. Basically we need to call PointerFilter() method of class RWindowBase to enable/disable drag and move event, as explained in this article. The article is well explained and useful to beginners as well as experienced developer.

