property RadialMenu.IndexFromPoint (Type as RadialItemsEnum, X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as Long
Retrieves the index of the radial pie, 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 index of the radial pie / slice from
Y as OLE_YPOS_PIXELS A long expression that specifies the y-position in client coordinate to get the index of the radial pie / slice from
Long A Long expression that specifies the zero-based index of the radial pie, from the point. If -1, no index is found.

The IndexFromPoint property gets the index of the radial pie / slice from the cursor. 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 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: