property RadialMenu.ParentOnPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as Boolean
Indicates if the point hits the parent zone of the radial menu.

TypeDescription
X as OLE_XPOS_PIXELS A long expression that specifies the x-position in client coordinate to get the parent section from.
Y as OLE_YPOS_PIXELS A long expression that specifies the y-position in client coordinate to get the parent section from.
Boolean A Boolean expression that specifies whether the cursor hovers the parent section of the control.

The ParentOnPoint property indicates if the point hits the parent zone of the radial menu. The ItemFromPoint property gets the item from the cursor. 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: