property RadialMenu.Float as RadialMenuFloatEnum
Specifies whether the control is shown as float.

TypeDescription
RadialMenuFloatEnum A RadialMenuFloatEnum expression that specifies whether the control is displayed on a form or on the screen.
By default, the Float property is exRadialMenuChild. The Float property specifies whether the control is shown as float. The AllowMoveOnFloat property has effect only if the control's Float property is exRadialMenuFloat or exRadialMenuFloatTopmost. The LayerUpdate property specifies where the control updates its content.

In order to make your eXRadialMenu control to display a popup/widget, ( no form behind or form transparent ), you need to use the following properties:

The setup installs the C:\Program Files\Exontrol\ExRadialMenu\Sample\VB\Float or C:\Program Files\Exontrol\ExRadialMenu\Sample\VC\Float that shows all these working.

In order to make your eXRadialMenu control to display a widget, ( no form behind or form transparent ), you need to use the following properties:

In order to make your eXRadialMenu library to display a transparent-control inside your form/dialog/window/child, you need to use the following properties:

The setup installs the  C:\Program Files\Exontrol\ExRadialMenu\Sample\VC\Widget-Child sample that shows all these working.

The following screen shot shows the control on a transparent form (exLayerUpdateScreeen):

The following screen shot shows the transparent-control on form (exLayerUpdateParent ):