Windows Forms Html Viewer (HTMLUI) Overview
28 Apr 20211 minute to read
HTMLUIControl helps to render the Hyper Text Markup Language (HTML). Its functionality is similar to a web browser used for display purposes. Like popular web browsers, HTMLUI comes with advanced options to work with web-related functionalities like navigating through a history of documents, selection and much more.
Key features
-
Loading document - Provides option to load HTML content from file, resource, URL, string and much more.
-
Custom controls - Provides option to load custom controls.
-
Element binding - Supports numerous elements in an HTML document for rendering and presenting them.
-
Bookmarks - Supports Bookmarks which helps to switch particular references in the page when the link is clicked
-
Style sheets - Supports style sheets such as External, Internal and Inline to customize the appearance.
-
HTML table - Provides options to load Table in required dimensions.
-
Exporting - Provides option to export contents in required formats.
-
Printing - Provides options to Print preview and Print the loaded contents.
-
Localization - Provides localization support for all elements into any desired language.
-
Searching - Provides built-in Find dialog window to search and highlight the required text.