Hi,
Yes. Essential HTMLUI supports displaying any Essential Tools control within the loaded HTML document.
There are two ways to do this:
1. Create the controls at design time and add them to the document: In this method, you need to drag and drop the Essential Tools controls (or any other controls) on to the form and also add a tag that represents the control in the HTLML. This approach is shown in the sample linked to below:
HTMLUICustomControls_CS_110.zip
2. Create the controls using the custom tag: In this method the controls are created at runtime by HTMLUI itself. This approach is shown in the sample linked to below:
HTMLUICreateControls_CS_2342.zip
Thanks,
Davis