Articles in this section
Category / Section

How to place a custom control in the HTML document at design time in WinForms HTMLUIControl?

1 min read

Custom controls

The custom controls are not standard HTML elements, but they are user defined controls that are created by the user for improving the application's richness and productivity.

The custom tag is used to include the custom controls in the HTML document. The custom tag comes with two attributes, the 'assembly' and the 'class'.

The 'assembly' attribute refers to the namespace where the control is located, and the 'class' attribute represents the control. The 'class' is a member of the 'asssembly'.

A HTML document containing custom controls is shown below.

<html>
<body>
<div>CheckBoxAdv:<CUSTOM class="Syncfusion.Windows.Forms.Tools.CheckBoxAdv" assembly="Syncfusion.tools.windows"></CUSTOM></div>
<div>NumericUpDown:<CUSTOM class="NumericUpDown" assembly="System.Windows.Forms"></CUSTOM></div>
</body>
</html>

 

Reference link: https://help.syncfusion.com/windowsforms/html-viewer/custom-controls

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied