HTML Forms in Windows Forms Html Viewer (HTMLUI)
9 Dec 2019 / 1 minute to read
Forms are the containers for placing the elements in a HTML document. HTMLUI supports the usage of forms for developing advanced and decorative pages in the user’s application.
<html>
<body>
<form>
<input type = "text"/><br/>
<input type = "button"/><br/>
<input type = "checkbox" checked /><br/>
</form>
</body>
</html>
Loading the above HTML document into HTMLUI creates a Form with the three controls specified as shown below.
HTMLUIForms sample
This sample illustrates the implementation of Forms by using HTMLUI.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page