property RadialMenu.ItemFromPoint (Type as RadialItemsEnum, X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as Item
Retrieves the item, from the point.

TypeDescription
Type as RadialItemsEnum A RadialItemsEnum expression that specifies whether the items/sub-items/any zone is queried for an item
X as OLE_XPOS_PIXELS A long expression that specifies the x-position in client coordinate to get the item from.
Y as OLE_YPOS_PIXELS A long expression that specifies the y-position in client coordinate to get the item from.
Item An Item object from the cursor, or nothing, if no item at the cursor position. 

The ItemFromPoint property gets the item from the cursor. The ParentOnPoint property indicates if the point hits the parent zone of the radial menu. The IndexFromPoint property gets the item from the cursor. The AnchorFromPoint property retrieves the identifier of the anchor from point. The MouseMove event is generated continually as the mouse pointer moves across the control.

The following screen shot, shows the portions/parts/zones of the radial menu: