HandCursor is the handle to a Windows cursor which will be used as the controls cursor while the mouse is over hot-spots. The following constants will select standard Windows cursors;
This read-only property fills a POINT structure describing the location (in screen coordinates: left, top = 0,0) of the most recent PEWN_MOUSEMOVE event.
This read-only property is generally read within a MouseDown / ButtonDown event to learn if any ProEssentals based logic is also processing the mouse move event. If read TRUE, don't allow your logic to continue with mouse down related logic.