From bf21b1cd0d9290d6d0f368525aacabd4893f3546 Mon Sep 17 00:00:00 2001 From: Vinoth Date: Thu, 3 Sep 2026 15:18:07 +0530 Subject: [PATCH 1/5] 1050621-Fixed the redundant keywords in WF HTMLUIControl documentation --- WindowsForms/Html-Viewer/Control-Events.md | 20 +++--- WindowsForms/Html-Viewer/Custom-Controls.md | 8 +-- WindowsForms/Html-Viewer/Element-Events.md | 10 +-- WindowsForms/Html-Viewer/Element-Format.md | 8 +-- WindowsForms/Html-Viewer/Exporting.md | 8 +-- ...ss-the-HTML-Elements-Loaded-Into-the-Co.md | 2 +- ...ss-the-Inner-HTML-Text-Of-the-Current-H.md | 2 +- ...ss-the-Name-Of-an-HTML-Element-At-Run-t.md | 2 +- ...an-Attribute-To-an-HTML-Element-And-Cha.md | 2 +- ...nge-a-Characteristic-Of-an-HTML-Element.md | 6 +- ...nge-the-Default-Font-Used-For-Rendering.md | 4 +- ...te-an-HTML-Element-From-a-Document-Load.md | 4 +- ...le-User-Interaction-With-the-HTML-Eleme.md | 6 +- ...le-the-HTMLUI-Control-To-Load-HTML-Docu.md | 6 +- ...an-Object-For-the-Control-Present-In-an.md | 2 +- ...-Custom-Controls-As-Part-Of-the-HTML-La.md | 4 +- ...ow-To-Load-HTML-Into-the-HTMLUI-Control.md | 12 ++-- ...rint-the-Contents-Of-the-HTMLUI-Control.md | 4 +- ...-To-Specify-a-CSS-File-For-HTML-Content.md | 6 +- ...le-the-Visibility-Of-an-HTML-Element-In.md | 4 +- WindowsForms/Html-Viewer/Getting-Started.md | 16 ++--- WindowsForms/Html-Viewer/HTML-Bookmarks.md | 8 +-- WindowsForms/Html-Viewer/HTML-Elements.md | 10 +-- WindowsForms/Html-Viewer/HTML-Format.md | 4 +- WindowsForms/Html-Viewer/HTML-Forms.md | 8 +-- WindowsForms/Html-Viewer/HTML-Layout.md | 14 ++-- WindowsForms/Html-Viewer/HTML-Renderer.md | 16 ++--- WindowsForms/Html-Viewer/HTML-Tables.md | 10 +-- WindowsForms/Html-Viewer/HTML-Tags.md | 62 +++++++++--------- .../Installation-and-Deployment.md | 18 +++--- WindowsForms/Html-Viewer/Keyboard.md | 8 +-- WindowsForms/Html-Viewer/Loading-HTML.md | 26 ++++---- WindowsForms/Html-Viewer/Localization.md | 8 +-- WindowsForms/Html-Viewer/MHT-Formats.md | 4 +- WindowsForms/Html-Viewer/Overview.md | 4 +- WindowsForms/Html-Viewer/Printing.md | 12 ++-- WindowsForms/Html-Viewer/Scripting.md | 8 +-- WindowsForms/Html-Viewer/Scrolling.md | 8 +-- WindowsForms/Html-Viewer/Searching.md | 8 +-- WindowsForms/Html-Viewer/Style-Sheets-CSS.md | 64 +++++++++---------- WindowsForms/Html-Viewer/Text-Selection.md | 10 +-- .../Html-Viewer/Unsupported-Formats.md | 8 +-- 42 files changed, 227 insertions(+), 227 deletions(-) diff --git a/WindowsForms/Html-Viewer/Control-Events.md b/WindowsForms/Html-Viewer/Control-Events.md index 46d0fcf8f..c84fb020a 100644 --- a/WindowsForms/Html-Viewer/Control-Events.md +++ b/WindowsForms/Html-Viewer/Control-Events.md @@ -7,11 +7,11 @@ control: HTMLUI documentation: ug --- -# Control Events in Windows Forms HTMLUI +# Control Events in WinForms HTML Viewer -HTMLUI control comes with a rich set of events to help the application developer in keeping track of the execution. These events are programmed based on the Event arguments containing data related to the event. +WinForms HTML Viewer control comes with a rich set of events to help the application developer in keeping track of the execution. These events are programmed based on the Event arguments containing data related to the event. -The events executed by the HTMLUI control are as follows: +The events executed by the WinForms HTML Viewer control are as follows: * [LinkClicked event](#linkclicked-event) * [LoadStarted event](#loadstarted-event) @@ -94,7 +94,7 @@ End Sub ## LoadStarted event -This [LoadStarted event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised when a new HTML document has started loading into the HTMLUI control from the specified resource. +This [LoadStarted event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised when a new HTML document has started loading into the WinForms HTML Viewer control from the specified resource. {% tabs %} @@ -140,7 +140,7 @@ End Sub ## LoadFinished event -This [LoadFinished event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised after the loading of HTML document inside the HTMLUI control is completed. +This [LoadFinished event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised after the loading of HTML document inside the WinForms HTML Viewer control is completed. {% tabs %} @@ -236,7 +236,7 @@ End Sub ## PreRenderDocument event -This [PreRenderDocument event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised when the elements in the HTML document are created in the HTMLUI control, but their size and location are not calculated yet. +This [PreRenderDocument event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised when the elements in the HTML document are created in the WinForms HTML Viewer control, but their size and location are not calculated yet. {% tabs %} @@ -286,7 +286,7 @@ End Sub ## ShowTitleChanged event -This [ShowTitleChanged event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised after the ShowTitle property of the HTMLUI control is changed. The event handler receives its data from the ValueChangedEventArguments. The following properties are associated with the ShowTitleChanged event handling. +This [ShowTitleChanged event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised after the ShowTitle property of the WinForms HTML Viewer control is changed. The event handler receives its data from the ValueChangedEventArguments. The following properties are associated with the ShowTitleChanged event handling. @@ -338,7 +338,7 @@ End Sub ## TitleChanged event -The [TitleChanged event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised after the Title property of the HTMLUI control is changed. The Title value can be set explicitly by the user or it can be extracted from the title tag of the HTML document that is to be loaded into the HTMLUI control. +The [TitleChanged event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) is raised after the Title property of the WinForms HTML Viewer control is changed. The Title value can be set explicitly by the user or it can be extracted from the title tag of the HTML document that is to be loaded into the WinForms HTML Viewer control. The event handler receives its data from the ValueChangedEventArguments. The following properties are associated with the TitleChanged event handling. @@ -731,9 +731,9 @@ End Sub {% endtabs %} -## HTMLUI control events sample +## WinForms HTML Viewer control events sample -This sample illustrates the different events executed by the HTMLUI control. +This sample illustrates the different events executed by the WinForms HTML Viewer control. diff --git a/WindowsForms/Html-Viewer/Custom-Controls.md b/WindowsForms/Html-Viewer/Custom-Controls.md index fb612cb42..420579b89 100644 --- a/WindowsForms/Html-Viewer/Custom-Controls.md +++ b/WindowsForms/Html-Viewer/Custom-Controls.md @@ -7,7 +7,7 @@ control: HTMLUI documentation: ug --- -# Custom controls in Windows Forms HTMLUI control +# Custom controls in WinForms HTML Viewer control The Custom Controls are not standard HTML elements but user-defined controls that are created for improving the application's richness and productivity. @@ -49,7 +49,7 @@ NumericUpDown:® HTMLUI supports formatting of not only the entire HTML document as a whole, but also the individual elements. With HTMLUI, the user can replace any HTML element into some other format before displaying, in a view to develop advanced user interactivity. +Essential® WinForms HTML Viewer supports formatting of not only the entire HTML document as a whole, but also the individual elements. With WinForms HTML Viewer, the user can replace any HTML element into some other format before displaying, in a view to develop advanced user interactivity. The following snippet shows how a text content can be replaced with an image in a text sequence. @@ -79,7 +79,7 @@ End Sub {% endtabs %} -The following image shows the text element Time replaced by an image when displayed using HTMLUI. +The following image shows the text element Time replaced by an image when displayed using WinForms HTML Viewer. ![Element-Format_img1](Element-Format_images/Element-Format_img1.png) @@ -87,7 +87,7 @@ The following image shows the text element Time replaced by an image when displa ## ElementFormat sample -This sample illustrates Element Formatting in HTMLUI. +This sample illustrates Element Formatting in WinForms HTML Viewer. diff --git a/WindowsForms/Html-Viewer/Exporting.md b/WindowsForms/Html-Viewer/Exporting.md index fde845c0b..2855bbcea 100644 --- a/WindowsForms/Html-Viewer/Exporting.md +++ b/WindowsForms/Html-Viewer/Exporting.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# Exporting in Windows Forms HTMLUI control +# Exporting in WinForms HTML Viewer control -Essential® HTMLUI supports the export of HTML documents. These documents that are available in the HTMLUI control can be exported as images. The HTMLUI control uses the InputHTML class to render the HTML document and then converts the available document to Bitmaps. +Essential® WinForms HTML Viewer supports the export of HTML documents. These documents that are available in the WinForms HTML Viewer control can be exported as images. It uses the InputHTML class to render the HTML document and then converts the available document to Bitmaps. {% tabs %} @@ -137,9 +137,9 @@ End Function {% endtabs %} -## HTMLUIExporting sample +## WinForms HTML Viewer Exporting sample -This sample illustrates the export of HTML documents loaded into the HTMLUI to images. +This sample illustrates the export of HTML documents loaded into the WinForms HTML Viewer to images. ![Exporting_img1](Exporting_images/Exporting_img1.jpeg) diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-HTML-Elements-Loaded-Into-the-Co.md b/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-HTML-Elements-Loaded-Into-the-Co.md index 8d0048fdd..5f29f4c5a 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-HTML-Elements-Loaded-Into-the-Co.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-HTML-Elements-Loaded-Into-the-Co.md @@ -9,7 +9,7 @@ documentation: ug # How To Access the HTML Elements Loaded Into the Co -The HTML elements are accessed in HTMLUI for developing advanced UIs. The HTML elements are collected in a collection class. When the Hashtable is used as a collection class, it stores the HTML elements with a key, specific for each element. +The HTML elements are accessed in WinForms HTML Viewer for developing advanced UIs. The HTML elements are collected in a collection class. When the Hashtable is used as a collection class, it stores the HTML elements with a key, specific for each element. These elements are then assigned to the code variables. The Code Variables are the objects of the classes that are responsible for the functionality of the tag elements. These classes contain the definitions for the properties, methods and events for the tag elements. These variables will be used in accessing the HTML elements inside the code. diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-Inner-HTML-Text-Of-the-Current-H.md b/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-Inner-HTML-Text-Of-the-Current-H.md index 9c38ec052..51d809176 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-Inner-HTML-Text-Of-the-Current-H.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-Inner-HTML-Text-Of-the-Current-H.md @@ -9,7 +9,7 @@ documentation: ug # How To Access the Inner HTML Text Of the Current H -You can access the inner HTML text of the current HTML element in the HTMLUI control by using the InnerHTML property of the HTMLUI control. This property also allows access to the child elements of the HTML elements. +You can access the inner HTML text of the current HTML element in the WinForms HTML Viewer control by using the InnerHTML property of the control. This property also allows access to the child elements of the HTML elements. The following HTML document contains a div element. The code snippet shows how the inner text of the element is accessed and displayed in the output at run time. diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-Name-Of-an-HTML-Element-At-Run-t.md b/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-Name-Of-an-HTML-Element-At-Run-t.md index 4dcb5a0bc..846802702 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-Name-Of-an-HTML-Element-At-Run-t.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Access-the-Name-Of-an-HTML-Element-At-Run-t.md @@ -11,7 +11,7 @@ documentation: ug The element.Name property gets the name of the tag that defines the element as an attribute, and not the name of the element defined by the user. You can access the name of the element with the help of the element.Attributes property. -The following HTML document illustrates how an input element with a name is declared and accessed in HTMLUI. +The following HTML document illustrates how an input element with a name is declared and accessed in WinForms HTML Viewer. {% tabs %} diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Add-an-Attribute-To-an-HTML-Element-And-Cha.md b/WindowsForms/Html-Viewer/FAQ/How-To-Add-an-Attribute-To-an-HTML-Element-And-Cha.md index 2b4b25af1..3906cfd22 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Add-an-Attribute-To-an-HTML-Element-And-Cha.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Add-an-Attribute-To-an-HTML-Element-And-Cha.md @@ -7,7 +7,7 @@ control: HTML UI documentation: ug --- -# How to Add an Attribute to HTML Element in Html Viewer +# How to Add an Attribute to HTML Element in WinForms HTML Viewer You can add an attribute to an HTML element using the Add method of the Attributes property, as shown in the following code snippet. diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Change-a-Characteristic-Of-an-HTML-Element.md b/WindowsForms/Html-Viewer/FAQ/How-To-Change-a-Characteristic-Of-an-HTML-Element.md index 472fa9c86..cda1d6ca9 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Change-a-Characteristic-Of-an-HTML-Element.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Change-a-Characteristic-Of-an-HTML-Element.md @@ -7,11 +7,11 @@ control: HTMLUIControl documentation: ug --- -# How to Change HTML Element Characteristic in Html Viewer +# How to Change HTML Element Characteristic in WinForms HTML Viewer -The characteristic of an element can be easily changed in the PreRenderDocument event of the HTMLUI control. +The characteristic of an element can be easily changed in the PreRenderDocument event of the WinForms HTML Viewer control. -The [PreRenderDocument](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) event is raised when the elements in the HTML document are created in the HTMLUI control, but their size and location are not calculated yet. +The [PreRenderDocument](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html) event is raised when the elements in the HTML document are created in the WinForms HTML Viewer control, but their size and location are not calculated yet. {% tabs %} diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Change-the-Default-Font-Used-For-Rendering.md b/WindowsForms/Html-Viewer/FAQ/How-To-Change-the-Default-Font-Used-For-Rendering.md index 62e23361a..8aaa26892 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Change-the-Default-Font-Used-For-Rendering.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Change-the-Default-Font-Used-For-Rendering.md @@ -7,9 +7,9 @@ control: HTMLUIControl documentation: ug --- -# How to Change Default Font for Rendering in Html Viewer +# How to Change Default Font for Rendering in WinForms HTML Viewer -HTMLUI uses a default font to render the text from the HTML document, in cases where there are no specifications for the font to be used. You can change this default font by using the [DefaultFormat.Font](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html#Syncfusion_Windows_Forms_HTMLUI_HTMLUIControl_DefaultFormat) property, written while initializing the HTMLUI control. +WinForms HTML Viewer uses a default font to render the text from the HTML document, in cases where there are no specifications for the font to be used. You can change this default font by using the [DefaultFormat.Font](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html#Syncfusion_Windows_Forms_HTMLUI_HTMLUIControl_DefaultFormat) property, written while initializing the WinForms HTML Viewer control. {% tabs %} diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Delete-an-HTML-Element-From-a-Document-Load.md b/WindowsForms/Html-Viewer/FAQ/How-To-Delete-an-HTML-Element-From-a-Document-Load.md index 50ce1cab8..b999a1f44 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Delete-an-HTML-Element-From-a-Document-Load.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Delete-an-HTML-Element-From-a-Document-Load.md @@ -9,9 +9,9 @@ documentation: ug # How to delete an HTML Element -The HTML elements loaded in the HTMLUI control are collected in the IHTMLElementsCollection. You can make use of the Remove method of the [IHTMLElementsCollection](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.IHTMLElementsCollection.html) Interface to remove an element from the current collection, and the Refresh method to redraw the HTMLUI control with changes updated in the current document. +The HTML elements loaded in the WinForms HTML Viewer control are collected in the IHTMLElementsCollection. You can make use of the Remove method of the [IHTMLElementsCollection](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.IHTMLElementsCollection.html) Interface to remove an element from the current collection, and the Refresh method to redraw the WinForms HTML Viewer control with changes updated in the current document. -The following HTML document contains a textbox and a button element. The following code snippet shows how the textbox and the button are removed from the HTMLUI control's display at run time. +The following HTML document contains a textbox and a button element. The following code snippet shows how the textbox and the button are removed from the WinForms HTML Viewer control's display at run time. {% tabs %} diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Enable-User-Interaction-With-the-HTML-Eleme.md b/WindowsForms/Html-Viewer/FAQ/How-To-Enable-User-Interaction-With-the-HTML-Eleme.md index 0ba4bfcf7..0df9b2ca1 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Enable-User-Interaction-With-the-HTML-Eleme.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Enable-User-Interaction-With-the-HTML-Eleme.md @@ -13,9 +13,9 @@ This page explains How To Enable User Interaction With the HTML Elements and mor ## How To Enable User Interaction With the HTML elements -The HTMLUI control supports a rich set of interactivity with the elements displayed. The HTML elements in the HTML document are accessed with the object variables of the respective classes. +The WinForms HTML Viewer control supports a rich set of interactivity with the elements displayed. The HTML elements in the HTML document are accessed with the object variables of the respective classes. -HTMLUI control gives a free hand to the user in deciding each and every factor of the element's display. Some include selecting the position of the control, attaching the attributes at run time, attaching events with the element, changing the text inside it at run time, and so on. +WinForms HTML Viewer control gives a free hand to the user in deciding each and every factor of the element's display. Some include selecting the position of the control, attaching the attributes at run time, attaching events with the element, changing the text inside it at run time, and so on. The following snippet shows how the elements interact with each other on the execution of their respective events. @@ -181,7 +181,7 @@ End Sub {% endtabs %} -The button and the div elements are obtained. Events are declared for both the elements, and on clicking the button, the text inside the div element changes. When the text inside the div element is changed, an image element is appended to the div element. This shows how interactivity can be handled in HTMLUI. +The button and the div elements are obtained. Events are declared for both the elements, and on clicking the button, the text inside the div element changes. When the text inside the div element is changed, an image element is appended to the div element. This shows how interactivity can be handled in WinForms HTML Viewer. diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Enable-the-HTMLUI-Control-To-Load-HTML-Docu.md b/WindowsForms/Html-Viewer/FAQ/How-To-Enable-the-HTMLUI-Control-To-Load-HTML-Docu.md index c653b1ebb..d343583c9 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Enable-the-HTMLUI-Control-To-Load-HTML-Docu.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Enable-the-HTMLUI-Control-To-Load-HTML-Docu.md @@ -7,11 +7,11 @@ control: HTML UI documentation: ug --- -# How to Enable HTMLUI to Load HTML in Html Viewer +# How to Enable HTMLUI to Load HTML in WinForms HTML Viewer -In order to enable the HTMLUI control to load HTML documents that have been dragged onto the control, you have to set the AllowDrop property of the HTMLUI control to `true`. This property helps in supporting the drag-and-drop operation in the HTMLUI control. +In order to enable the WinForms HTML Viewer control to load HTML documents that have been dragged onto the control, you have to set the AllowDrop property of the control to `true`. This property helps in supporting the drag-and-drop operation in the control. -During the drag-and-drop operation, the file name of the document along with the location is collected, and when the mouse button is released, the specified document is loaded from the mentioned location through the LoadHTML method of the HTMLUI control. +During the drag-and-drop operation, the file name of the document along with the location is collected, and when the mouse button is released, the specified document is loaded from the mentioned location through the LoadHTML method of the WinForms HTML Viewer control. {% tabs %} diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Get-an-Object-For-the-Control-Present-In-an.md b/WindowsForms/Html-Viewer/FAQ/How-To-Get-an-Object-For-the-Control-Present-In-an.md index c7542fa2b..c68634b7b 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Get-an-Object-For-the-Control-Present-In-an.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Get-an-Object-For-the-Control-Present-In-an.md @@ -9,7 +9,7 @@ documentation: ug # How To Get an Object For the Control -You can make use of the [GetControlByElement](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.InputHTML.html#Syncfusion_Windows_Forms_HTMLUI_InputHTML_GetControlByElement_Syncfusion_Windows_Forms_HTMLUI_IHTMLElement_) method of the InputHTML Interface to get an object for the control present in an HTML element in the HTMLUI control. If the HTML element does not contain any control in it, it returns a null value, by default. +You can make use of the [GetControlByElement](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.InputHTML.html#Syncfusion_Windows_Forms_HTMLUI_InputHTML_GetControlByElement_Syncfusion_Windows_Forms_HTMLUI_IHTMLElement_) method of the InputHTML Interface to get an object for the control present in an HTML element in the WinForms HTML Viewer control. If the HTML element does not contain any control in it, it returns a null value, by default. {% tabs %} diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Load-Custom-Controls-As-Part-Of-the-HTML-La.md b/WindowsForms/Html-Viewer/FAQ/How-To-Load-Custom-Controls-As-Part-Of-the-HTML-La.md index 950ce52e8..4c48f1bd9 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Load-Custom-Controls-As-Part-Of-the-HTML-La.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Load-Custom-Controls-As-Part-Of-the-HTML-La.md @@ -1,7 +1,7 @@ --- layout: post title: How To Load Custom Controls As Part Of the HTML La | Syncfusion® -description: Learn how to how To Load Custom Controls As Part Of the HTML La in Syncfusion Windows Forms Html Viewer (HTMLUI) control. +description: Learn how to Load Custom Controls As Part Of the HTML La in Syncfusion Windows Forms Html Viewer (HTMLUI) control. platform: windowsforms control: HTML UI documentation: ug @@ -87,7 +87,7 @@ An HTML document containing custom controls is shown below. {% endhighlight %} -The CustomControlBase implements the base functionality of the Windows Forms control on the HTML tag element and loads the custom controls with its respective functionalities into the HTMLUI. +The CustomControlBase implements the base functionality of the Windows Forms control on the HTML tag element and loads the custom controls with its respective functionalities into the WinForms HTML Viewer. diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Load-HTML-Into-the-HTMLUI-Control.md b/WindowsForms/Html-Viewer/FAQ/How-To-Load-HTML-Into-the-HTMLUI-Control.md index 30851925d..c70488871 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Load-HTML-Into-the-HTMLUI-Control.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Load-HTML-Into-the-HTMLUI-Control.md @@ -1,15 +1,15 @@ --- layout: post title: How To Load HTML Into the HTMLUI Control | Syncfusion® -description: Learn how to how To Load HTML Into the HTMLUI Control in Syncfusion Windows Forms Html Viewer (HTMLUI) control. +description: Learn how to Load HTML Into the HTMLUI Control in Syncfusion Windows Forms Html Viewer (HTMLUI) control. platform: windowsforms control: HTMLUIControl documentation: ug --- -# How to load HTML into the HTMLUI control +# How to load HTML into the WinForms HTML Viewer control -You can make use of the [GetControlByElement](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.InputHTML.html#Syncfusion_Windows_Forms_HTMLUI_InputHTML_GetControlByElement_Syncfusion_Windows_Forms_HTMLUI_IHTMLElement_) method of the InputHTML Interface to get an object for the control present in an HTML element in the HTMLUI control. If the HTML element does not contain any control in it, it returns a null value, by default. +You can make use of the [GetControlByElement](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.InputHTML.html#Syncfusion_Windows_Forms_HTMLUI_InputHTML_GetControlByElement_Syncfusion_Windows_Forms_HTMLUI_IHTMLElement_) method of the InputHTML Interface to get an object for the control present in an HTML element in the WinForms HTML Viewer control. If the HTML element does not contain any control in it, it returns a null value, by default. {% tabs %} @@ -100,7 +100,7 @@ An HTML document can be loaded at startup by two ways: -Using the Properties window, involves specifying the location of the startup HTML file by using the StartupDocument property of the HTMLUI control. The link shown at the bottom of the Properties window can also be used for the same purpose. +Using the Properties window, involves specifying the location of the startup HTML file by using the StartupDocument property of the WinForms HTML Viewer control. The link shown at the bottom of the Properties window can also be used for the same purpose. ![Startup document](FAQ_images/Frequently-Asked-Questions_img3.jpeg) @@ -150,7 +150,7 @@ HTML documents can also be loaded at run time. For example, in a file link where The various ways of loading the document at run time from various resources are: -To load the file from disk into the HTMLUI, the following code snippet can be used. +To load the file from disk into the WinForms HTML Viewer, the following code snippet can be used. {% tabs %} @@ -180,7 +180,7 @@ Me.HtmluiControl1.LoadHTML(path) {% endtabs %} -The above snippet can also be used to load HTML documents which are linked to the specified HTML documents, as links are easily invoked in HTMLUI. +The above snippet can also be used to load HTML documents which are linked to the specified HTML documents, as links are easily invoked in WinForms HTML Viewer. To load a file from the URI, the following code snippet can be used. diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Print-the-Contents-Of-the-HTMLUI-Control.md b/WindowsForms/Html-Viewer/FAQ/How-To-Print-the-Contents-Of-the-HTMLUI-Control.md index f3ed63b39..1ec4f9cd7 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Print-the-Contents-Of-the-HTMLUI-Control.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Print-the-Contents-Of-the-HTMLUI-Control.md @@ -7,9 +7,9 @@ control: HTMLUIControl documentation: ug --- -# How to Print Contents of HTMLUI Control in Html Viewer +# How to Print Contents of WinForms HTML Viewer Control in Html Viewer -The document available in the HTMLUI control can be printed with the help of the [HTMLUIPrintDocument](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIPrintDocument.html) class. The Print method of this class is used to start the document printing process. +The document available in the WinForms HTML Viewer control can be printed with the help of the [HTMLUIPrintDocument](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIPrintDocument.html) class. The Print method of this class is used to start the document printing process. {% tabs %} diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Specify-a-CSS-File-For-HTML-Content.md b/WindowsForms/Html-Viewer/FAQ/How-To-Specify-a-CSS-File-For-HTML-Content.md index 578bd2817..9e584b0d9 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Specify-a-CSS-File-For-HTML-Content.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Specify-a-CSS-File-For-HTML-Content.md @@ -1,7 +1,7 @@ --- layout: post title: How To Specify a CSS File For HTML Content | Syncfusion® -description: Learn how to how To Specify a CSS File For HTML Content in Syncfusion Windows Forms Html Viewer (HTMLUI) control. +description: Learn how to Specify a CSS File For HTML Content in Syncfusion Windows Forms Html Viewer (HTMLUI) control. platform: windowsforms control: HTMLUIControl documentation: ug @@ -9,7 +9,7 @@ documentation: ug # How To Specify a CSS File For HTML Content -Style sheets contain the styles to be applied for the elements in the HTML document. HTMLUI supports the use of styles in three modes: +Style sheets contain the styles to be applied for the elements in the HTML document. WinForms HTML Viewer supports the use of styles in three modes: @@ -19,7 +19,7 @@ Style sheets contain the styles to be applied for the elements in the HTML docum -The HTMLUI control supports formatting the HTML document with style sheets at run time. The [LoadCSS](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html#Syncfusion_Windows_Forms_HTMLUI_HTMLUIControl_LoadCSS_System_IO_Stream_) method of the HTMLUI control loads the styles from the specified CSS and refreshes the current document on the HTMLUI control with the applied styles. +The WinForms HTML Viewer control supports formatting the HTML document with style sheets at run time. The [LoadCSS](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html#Syncfusion_Windows_Forms_HTMLUI_HTMLUIControl_LoadCSS_System_IO_Stream_) method of the control loads the styles from the specified CSS and refreshes the current document on the control with the applied styles. {% tabs %} diff --git a/WindowsForms/Html-Viewer/FAQ/How-To-Toggle-the-Visibility-Of-an-HTML-Element-In.md b/WindowsForms/Html-Viewer/FAQ/How-To-Toggle-the-Visibility-Of-an-HTML-Element-In.md index e1d2c2c2a..e532e989e 100644 --- a/WindowsForms/Html-Viewer/FAQ/How-To-Toggle-the-Visibility-Of-an-HTML-Element-In.md +++ b/WindowsForms/Html-Viewer/FAQ/How-To-Toggle-the-Visibility-Of-an-HTML-Element-In.md @@ -1,7 +1,7 @@ --- layout: post title: How To Toggle the Visibility Of an HTML Element In | Syncfusion® -description: Learn how to how To Toggle the Visibility Of an HTML Element In in Syncfusion Windows Forms Html Viewer (HTMLUI) control. +description: Learn how to Toggle the Visibility Of an HTML Element In in Syncfusion Windows Forms Html Viewer (HTMLUI) control. platform: windowsforms control: HTML UI documentation: ug @@ -9,7 +9,7 @@ documentation: ug # How To Toggle the Visibility Of an HTML Element In -Each HTML element in the HTMLUI has an xVisible attribute by default that helps the user to toggle the visibility of a particular element. Since the xVisible is a bool property, the value to be set is either `true` or `false`, as string. +Each HTML element in the WinForms HTML Viewer has an xVisible attribute by default that helps the user to toggle the visibility of a particular element. Since the xVisible is a bool property, the value to be set is either `true` or `false`, as string. The following code snippet shows how the visibility of an element is toggled on the execution of an event. diff --git a/WindowsForms/Html-Viewer/Getting-Started.md b/WindowsForms/Html-Viewer/Getting-Started.md index 559b8a2cd..94641eeb9 100644 --- a/WindowsForms/Html-Viewer/Getting-Started.md +++ b/WindowsForms/Html-Viewer/Getting-Started.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# Getting Started with Windows Forms HTMLUI +# Getting Started with WinForms HTML Viewer -This section describes how to configure a `HTMLUIControl` in a Windows Forms application and overview of its basic functionalities. +This section describes how to configure a `WinForms HTML Viewer Control` in a Windows Forms application and overview of its basic functionalities. ## Assembly deployment @@ -17,9 +17,9 @@ Refer [control dependencies](https://help.syncfusion.com/windowsforms/control-de Get more details regarding how to install the nuget packages in windows form application in the [How to install nuget packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) link. -## Creating simple application with HTMLUIControl +## Creating simple application with WinForms HTML Viewer Control -You can create Windows Forms application with HTMLUIControl as follows: +You can create Windows Forms application with WinForms HTML Viewer Control as follows: 1. [Creating the project](#creating-the-project) 2. [Adding control via designer](#adding-control-via-designer) @@ -28,11 +28,11 @@ You can create Windows Forms application with HTMLUIControl as follows: ### Creating the project -Create a new Windows Forms project in Visual Studio to display the HTMLUIControl. +Create a new Windows Forms project in Visual Studio to display the WinForms HTML Viewer Control. ## Adding control via designer -The HTMLUIControl can be added to the application by dragging it from the toolbox and dropping it in the designer view. The following required assembly references will be added automatically: +The WinForms HTML Viewer Control can be added to the application by dragging it from the toolbox and dropping it in the designer view. The following required assembly references will be added automatically: * Syncfusion.HTMLUI.Base.dll * Syncfusion.HTMLUI.Windows.dll @@ -78,7 +78,7 @@ Imports Syncfusion.Windows.Forms.HTMLUI {% endtabs %} -**Step 3** : Create the HTMLUIControl instance and add it to the form. +**Step 3** : Create the WinForms HTML Viewer Control instance and add it to the form. {% tabs %} @@ -139,7 +139,7 @@ Me.htmluiControl1.Title = "StartUp Document" ## Loading a file into document -File can be added to HTMLUIControl using [LoadHTML](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html#Syncfusion_Windows_Forms_HTMLUI_HTMLUIControl_LoadHTML_System_IO_Stream_) method where the file path given as parameter. +File can be added to WinForms HTML Viewer Control using [LoadHTML](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl.html#Syncfusion_Windows_Forms_HTMLUI_HTMLUIControl_LoadHTML_System_IO_Stream_) method where the file path given as parameter. {% tabs %} diff --git a/WindowsForms/Html-Viewer/HTML-Bookmarks.md b/WindowsForms/Html-Viewer/HTML-Bookmarks.md index 7b030693b..b1e99cf96 100644 --- a/WindowsForms/Html-Viewer/HTML-Bookmarks.md +++ b/WindowsForms/Html-Viewer/HTML-Bookmarks.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# HTML bookmarks in Windows Forms HTMLUI control +# HTML bookmarks in WinForms HTML Viewer control -Bookmarks feature is enabled in the HTMLUI control. This allows the user to switch to particular references in the page when the link is clicked. The HTMLUI control has another functionality of referring bookmarks which is, referring them not only in the same page, but also in other pages. +Bookmarks feature is enabled in the WinForms HTML Viewer control. This allows the user to switch to particular references in the page when the link is clicked. The WinForms HTML Viewer control has another functionality of referring bookmarks which is, referring them not only in the same page, but also in other pages. {% tabs %} @@ -41,9 +41,9 @@ Bookmarks feature is enabled in the HTMLUI control. This allows the user to swit -## HTMLUI bookmarks sample +## WinForms HTML Viewer bookmarks sample -This sample illustrates the implementation of Bookmarks in HTMLUI. +This sample illustrates the implementation of Bookmarks in WinForms HTML Viewer. diff --git a/WindowsForms/Html-Viewer/HTML-Elements.md b/WindowsForms/Html-Viewer/HTML-Elements.md index a53983788..ead70d6b6 100644 --- a/WindowsForms/Html-Viewer/HTML-Elements.md +++ b/WindowsForms/Html-Viewer/HTML-Elements.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# HTML Elements in Windows Forms HTMLUI +# HTML Elements in WinForms HTML Viewer -HTMLUI supports various elements in an HTML document for rendering and presenting them to the user and also allows the user to dynamically access the elements to produce rich, customized user interfaces. Each HTML element defines properties and methods which can be used for customization. +WinForms HTML Viewer supports various elements in an HTML document for rendering and presenting them to the user and also allows the user to dynamically access the elements to produce rich, customized user interfaces. Each HTML element defines properties and methods which can be used for customization. The property [SupportedEvents](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.AElementImpl.html#Syncfusion_Windows_Forms_HTMLUI_AElementImpl_SupportedEvents) and the method [MergeSupportedEvents](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.INPUTElementImpl.html#Syncfusion_Windows_Forms_HTMLUI_INPUTElementImpl_MergeSupportedEvents_System_String___) are common to most HTML elements. @@ -111,7 +111,7 @@ MessageBox.Show("After Merging:" + Me.txt.SupportedEvents.Length.ToString()) ## Element types -The following are the various HTML elements supported by Essential® HTMLUI. +The following are the various HTML elements supported by Essential® WinForms HTML Viewer. @@ -228,7 +228,7 @@ The B element is responsible for formatting the specified text in bold style. Th ## BODY element -The BODY element forms the main section in the HTMLUI because this element contains all the other elements and details regarding their position and properties. The [BODYElementImpl](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.BODYElementImpl.html) class contains the properties and methods for this element. +The BODY element forms the main section in the WinForms HTML Viewer because this element contains all the other elements and details regarding their position and properties. The [BODYElementImpl](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.BODYElementImpl.html) class contains the properties and methods for this element. ## BR - Break element @@ -436,7 +436,7 @@ Me.txt.UserControl.CustomControl.Text = "This is a textBox" ## LI - List element -The LIST element is used to define a list item. The [LIElementImpl](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.LIElementImpl.html) class is used to determine the properties and methods for this element. There are two types of lists that are supported by HTMLUI. +The LIST element is used to define a list item. The [LIElementImpl](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.HTMLUI.LIElementImpl.html) class is used to determine the properties and methods for this element. There are two types of lists that are supported by WinForms HTML Viewer. diff --git a/WindowsForms/Html-Viewer/HTML-Format.md b/WindowsForms/Html-Viewer/HTML-Format.md index 2f3c1194d..43562ae87 100644 --- a/WindowsForms/Html-Viewer/HTML-Format.md +++ b/WindowsForms/Html-Viewer/HTML-Format.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# HTML Format in Windows Forms HTMLUI +# HTML Format in WinForms HTML Viewer -HTMLUI allows the user to apply formats to the elements at run time. The HTMLFormat class creates a format for the HTML elements displayed in the HTMLUI control. The user can apply the format on the execution of some events based on the necessity of the application. +WinForms HTML Viewer allows the user to apply formats to the elements at run time. The HTMLFormat class creates a format for the HTML elements displayed in the WinForms HTML Viewer control. The user can apply the format on the execution of some events based on the necessity of the application. {% tabs %} diff --git a/WindowsForms/Html-Viewer/HTML-Forms.md b/WindowsForms/Html-Viewer/HTML-Forms.md index 2a09c0161..e4c360a87 100644 --- a/WindowsForms/Html-Viewer/HTML-Forms.md +++ b/WindowsForms/Html-Viewer/HTML-Forms.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# HTML Forms in Windows Forms HTMLUI +# HTML Forms in WinForms HTML Viewer -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. +Forms are the containers for placing the elements in a HTML document. WinForms HTML Viewer supports the usage of forms for developing advanced and decorative pages in the user's application. {% tabs %} @@ -37,7 +37,7 @@ Forms are the containers for placing the elements in a HTML document. HTMLUI sup {% endtabs %} -Loading the above HTML document into HTMLUI creates a Form with the three controls specified as shown below. +Loading the above HTML document into WinForms HTML Viewer creates a Form with the three controls specified as shown below. @@ -47,7 +47,7 @@ Loading the above HTML document into HTMLUI creates a Form with the three contro ## HTMLUIForms sample -This sample illustrates the implementation of Forms by using HTMLUI. +This sample illustrates the implementation of Forms by using WinForms HTML Viewer. diff --git a/WindowsForms/Html-Viewer/HTML-Layout.md b/WindowsForms/Html-Viewer/HTML-Layout.md index 108e1c80f..d484fe0f0 100644 --- a/WindowsForms/Html-Viewer/HTML-Layout.md +++ b/WindowsForms/Html-Viewer/HTML-Layout.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# HTML Layout in Windows Forms HTMLUI +# HTML Layout in WinForms HTML Viewer -HTMLUI can be used as a HTML viewer in two ways. +WinForms HTML Viewer can be used as a HTML viewer in two ways. * Display Engine * Layout Engine @@ -18,11 +18,11 @@ HTMLUI can be used as a HTML viewer in two ways. The display purposes involve the functionality similar to Web browsers in displaying the contents of the HTML document. In the Layout purpose, it is used to layout and customize rich user-interactive interfaces. -HTMLUI control can be used in a variety of applications which are common in our day-to-day life. +WinForms HTML Viewer control can be used in a variety of applications which are common in our day-to-day life. -With HTMLUI control's support to images and animated images, Chat applications can be developed. The form based dialog box applications used in the office desks can also be developed at ease by simply changing different HTML documents as per the needs. The other interesting applications that can be developed using HTMLUI include games, animations, user blog, and so on. +With WinForms HTML Viewer control's support to images and animated images, Chat applications can be developed. The form based dialog box applications used in the office desks can also be developed at ease by simply changing different HTML documents as per the needs. The other interesting applications that can be developed using WinForms HTML Viewer include games, animations, user blog, and so on. -The following figure shows a form based dialog that illustrates HTMLUI as a Layout Engine. +The following figure shows a form based dialog that illustrates WinForms HTML Viewer as a Layout Engine. @@ -30,9 +30,9 @@ The following figure shows a form based dialog that illustrates HTMLUI as a Layo -## HTMLUI chat sample +## WinForms HTML Viewer chat sample -This sample illustrates how a Chat application can be implemented using HTMLUI. +This sample illustrates how a Chat application can be implemented using WinForms HTML Viewer. ![HTML-Layout_img2](HTML-Layout_images/HTML-Layout_img2.jpeg) diff --git a/WindowsForms/Html-Viewer/HTML-Renderer.md b/WindowsForms/Html-Viewer/HTML-Renderer.md index 3a85c7cf4..d84997a01 100644 --- a/WindowsForms/Html-Viewer/HTML-Renderer.md +++ b/WindowsForms/Html-Viewer/HTML-Renderer.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# HTML renderer in Windows Forms HTMLUI control +# HTML renderer in WinForms HTML Viewer control -As the HTMLUI control supports rendering of web pages, it can be used like a light-weight web browser for compact applications that include links to references. +As the WinForms HTML Viewer control supports rendering of web pages, it can be used like a light-weight web browser for compact applications that include links to references. {% tabs %} @@ -43,7 +43,7 @@ HtmluiControl1.LoadHTML(uri) {% endtabs %} -Also the ability of the HTMLUI control to load from strings can be used in creating HTML editors for tutorial applications. +Also the ability of the WinForms HTML Viewer control to load from strings can be used in creating HTML editors for tutorial applications. {% tabs %} @@ -79,7 +79,7 @@ Me.HtmluiControl1.LoadFromString(htmlString) {% endtabs %} -The following figure shows an HTML Editor rendered using HTMLUI. +The following figure shows an HTML Editor rendered using WinForms HTML Viewer. @@ -87,9 +87,9 @@ The following figure shows an HTML Editor rendered using HTMLUI. -## HTMLUI browser sample +## WinForms HTML Viewer browser sample -This sample demonstrates the implementation of a Web Browser in HTMLUI. +This sample demonstrates the implementation of a Web Browser in WinForms HTML Viewer. @@ -105,9 +105,9 @@ By default, this sample can be found under the following location: -## HTMLUI editor sample +## WinForms HTML Viewer editor sample -This sample demonstrates the implementation of HTML Editors in HTMLUI. +This sample demonstrates the implementation of HTML Editors in WinForms HTML Viewer. diff --git a/WindowsForms/Html-Viewer/HTML-Tables.md b/WindowsForms/Html-Viewer/HTML-Tables.md index 1f0cde963..c6da28cfa 100644 --- a/WindowsForms/Html-Viewer/HTML-Tables.md +++ b/WindowsForms/Html-Viewer/HTML-Tables.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# HTML Tables in Windows Forms HTMLUI +# HTML Tables in WinForms HTML Viewer -HTMLUI has a rich table support that lets the user to decide the table's dimensions and design. The HTMLUI table support also comes with different alignments of text within the table. This helps the user in creating advanced and highly structured HTML applications. +WinForms HTML Viewer has a rich table support that lets the user to decide the table's dimensions and design. The WinForms HTML Viewer table support also comes with different alignments of text within the table. This helps the user in creating advanced and highly structured HTML applications. {% tabs %} @@ -33,11 +33,11 @@ HTMLUI has a rich table support that lets the user to decide the table's dimensi {% endtabs %} -The HTML document that defines the Tables is then loaded into HTMLUI using any of the ways discussed in the section [Loading HTML](/windowsforms/htmlui/loading-html). +The HTML document that defines the Tables is then loaded into WinForms HTML Viewer using any of the ways discussed in the section [Loading HTML](/windowsforms/htmlui/loading-html). -## HTMLUI tables sample +## WinForms HTML Viewer tables sample -This sample illustrates how to implement Tables using HTMLUI. +This sample illustrates how to implement Tables using WinForms HTML Viewer. diff --git a/WindowsForms/Html-Viewer/HTML-Tags.md b/WindowsForms/Html-Viewer/HTML-Tags.md index 83b007ff8..b68270198 100644 --- a/WindowsForms/Html-Viewer/HTML-Tags.md +++ b/WindowsForms/Html-Viewer/HTML-Tags.md @@ -7,9 +7,9 @@ control: HTMLUI documentation: ug --- -# HTML tags in Windows Forms HTMLUI control +# HTML tags in WinForms HTML Viewer control -This sections details the HTML tags supported by HTMLUI. Most of the tags conform to the XHTML standard. Some of the tags support additional functionality implemented through custom attributes. Since HTMLUI considers each HTML tag as an XML element, it is recommended to use closing tags for each HTML element at the end. These tags and attributes are also marked and explained in this section. +This sections details the HTML tags supported by WinForms HTML Viewer. Most of the tags conform to the XHTML standard. Some of the tags support additional functionality implemented through custom attributes. Since WinForms HTML Viewer considers each HTML tag as an XML element, it is recommended to use closing tags for each HTML element at the end. These tags and attributes are also marked and explained in this section. ## A - Anchor tag @@ -22,7 +22,7 @@ The Anchor tag is used for creating links to other files or in creating bookmark -The following example illustrates how the Anchor tag is rendered in HTMLUI. +The following example illustrates how the Anchor tag is rendered in WinForms HTML Viewer. {% tabs %} @@ -96,7 +96,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\Anchor\abbr.html") ## Acronym tag -The Acronym tag is used to define the start of an acronym. The HTMLUI control supports the acronym tag which helps in providing useful tips to the users when marked up. The title attribute is used to provide a tooltip text when the mouse pointer moves over the acronym. +The Acronym tag is used to define the start of an acronym. The WinForms HTML Viewer control supports the acronym tag which helps in providing useful tips to the users when marked up. The title attribute is used to provide a tooltip text when the mouse pointer moves over the acronym. {% tabs %} @@ -140,7 +140,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\Acronym\acronym.html") ## Comment tag -HTMLUI control supports the use of HTML Comment tags while developing applications. The Comment tag is used to include a brief description by the developer, which helps the user to understand the code and also helps to edit the code at a later date. Normally the content inside the comment is ignored by the HTMLUI control. +WinForms HTML Viewer control supports the use of HTML Comment tags while developing applications. The Comment tag is used to include a brief description by the developer, which helps the user to understand the code and also helps to edit the code at a later date. Normally the content inside the comment is ignored by the WinForms HTML Viewer control. {% tabs %} @@ -186,7 +186,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\Comment\comment.html") ## Font style tags -The Font Style tags are used to format the appearance of the specified text when rendered in HTMLUI. The following are the font style tags supported in HTMLUI: +The Font Style tags are used to format the appearance of the specified text when rendered in WinForms HTML Viewer. The following are the font style tags supported in WinForms HTML Viewer: @@ -250,7 +250,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\FontStyle\fontStyle.html") ## BODY - Body tag -The Body element defines the body of the HTML document. This is the parent element of all the HTML elements visible in the browser. The contents to be displayed in the HTMLUI control are placed inside the body tag. In HTMLUI the body element is considered as the basis for all the elements present in the document. The following code snippet shows the use of a body element in rendering HTML documents in HTMLUI control. +The Body element defines the body of the HTML document. This is the parent element of all the HTML elements visible in the browser. The contents to be displayed in the WinForms HTML Viewer control are placed inside the body tag. In HTMLUI the body element is considered as the basis for all the elements present in the document. The following code snippet shows the use of a body element in rendering HTML documents in WinForms HTML Viewer control. {% tabs %} @@ -338,7 +338,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\break\br.html") ## DIV - Division tag -The Division tag is used to define a division or a section defined in the document that is rendered in the HTMLUI control. The align attribute of the div tag is used to align the text displayed inside the div tag. The align attribute uses the following values to specify the position of the text display. +The Division tag is used to define a division or a section defined in the document that is rendered in the WinForms HTML Viewer control. The align attribute of the div tag is used to align the text displayed inside the div tag. The align attribute uses the following values to specify the position of the text display. * left * Right @@ -448,7 +448,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\UserInput\form.html") ## HEAD - Head tag -The Head element contains the information required for processing the document. The contents of the head tag will not be displayed in the HTMLUI control. The HTMLUI control receives information only through the head element. The following are the information obtained: +The Head element contains the information required for processing the document. The contents of the head tag will not be displayed in the WinForms HTML Viewer control. The WinForms HTML Viewer control receives information only through the head element. The following are the information obtained: @@ -508,7 +508,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\heading\head.html") ## H1 - H6 header tag -The Header tags are defined as the h tags. These header tags are classified into six types based on the font size. HTMLUI control supports all the header tags ranging from h1 - the largest header to h6 - the smallest header. +The Header tags are defined as the h tags. These header tags are classified into six types based on the font size. WinForms HTML Viewer control supports all the header tags ranging from h1 - the largest header to h6 - the smallest header. {% tabs %} @@ -562,7 +562,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\header\h.html") ## HR - Horizontal rule tag -The Horizontal Rule tag is used to draw an horizontal line in the document. The
tag in HTMLUI supports the following attributes. +The Horizontal Rule tag is used to draw an horizontal line in the document. The
tag in WinForms HTML Viewer supports the following attributes. @@ -612,7 +612,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\HorizRule\rule.html") ## HTML - HTML tag -The HTML tag specifies that the document to be loaded in the HTMLUI control is an HTML document. This tag contains the head and the body elements as its child elements. +The HTML tag specifies that the document to be loaded in the WinForms HTML Viewer control is an HTML document. This tag contains the head and the body elements as its child elements. {% tabs %} @@ -662,7 +662,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\HTML\htmlElement.html") ## IMG - Image tag -The Image tag is used to display an image in the HTMLUI control. The HTMLUI control supports the following attributes for the image element, which can used in developing advanced HTMLUI applications. +The Image tag is used to display an image in the WinForms HTML Viewer control. The WinForms HTML Viewer control supports the following attributes for the image element, which can used in developing advanced HTMLUI applications. @@ -715,7 +715,7 @@ The Input tag is used to receive some inputs from the user. The input tag uses t -* type: Specifies the type of input control to be placed in the document. HTMLUI control supports the following input elements: +* type: Specifies the type of input control to be placed in the document. WinForms HTML Viewer control supports the following input elements: @@ -759,7 +759,7 @@ Submit Button * value: Specifies the default text that will appear on the control after being rendered on the document. * size: Specifies the size of the input document. -* name: Specifies a unique name to the control. In HTMLUI the Control.Name property will access the name given to the control in code and not the value of this name attribute. The user has to access this value with the help of the Control.Attributes["name"].Value property. This will return the value of this attribute. +* name: Specifies a unique name to the control. In WinForms HTML Viewer the Control.Name property will access the name given to the control in code and not the value of this name attribute. The user has to access this value with the help of the Control.Attributes["name"].Value property. This will return the value of this attribute. * max length: Specifies the maximum number of characters that can be displayed inside the text fields. * disabled: Disables the control. Any change that the user makes in the control will not be updated in the control. * checked: Displays the checkbox or the radio button selected by default in the document. @@ -871,7 +871,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\listItem\li.html") ## LINK - Link tag -The Link tag is used to link another document to the current HTML document. This tag is generally used to link an external CSS style sheet to the HTML document. The following attributes for the link tag are supported in the HTMLUI control: +The Link tag is used to link another document to the current HTML document. This tag is generally used to link an external CSS style sheet to the HTML document. The following attributes for the link tag are supported in the WinForms HTML Viewer control: @@ -995,7 +995,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\listItem\ol.html") ## OPTION - Option tag -The Option tag is used to include items to the drop-down list. The option tag is the child of the select tag. The option tag in HTMLUI supports the selected attribute. This attribute specifies the control that the specified option item is to be selected at startup. +The Option tag is used to include items to the drop-down list. The option tag is the child of the select tag. The option tag in WinForms HTML Viewer supports the selected attribute. This attribute specifies the control that the specified option item is to be selected at startup. {% tabs %} @@ -1051,7 +1051,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\select\option.html") ## P - Paragraph tag -The P tag is used to define a paragraph in the HTML document. HTMLUI supports the P tag along with its align attribute. The align attribute is used to specify the alignment of the text within the paragraph. The alignment values are as follows: +The P tag is used to define a paragraph in the HTML document. WinForms HTML Viewer supports the P tag along with its align attribute. The align attribute is used to specify the alignment of the text within the paragraph. The alignment values are as follows: @@ -1106,7 +1106,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\paragraph\p.html") ## PRE - Pre formatted tag -The HTMLUI control renders pre formatted texts written inside the
 tags. These texts are rendered with the fixed-pitch fonts and the control preserves the spaces and the line breaks used in the document.
+The WinForms HTML Viewer control renders pre formatted texts written inside the 
 tags. These texts are rendered with the fixed-pitch fonts and the control preserves the spaces and the line breaks used in the document.
 
 {% tabs %}
 
@@ -1158,7 +1158,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\paragraph\p.html")
 
 The Script tag is used to include executable user defined code snippets inside the HTML document. This is to make the HTML document self-contained and not to depend on external means for executing an action.
 
-HTMLUI supports C#, Visual Basic and JavaScript. The language attribute is used to choose the script language from the supported types.
+WinForms HTML Viewer supports C#, Visual Basic and JavaScript. The language attribute is used to choose the script language from the supported types.
 
 {% tabs %}
 
@@ -1264,7 +1264,7 @@ public class Script
 
 ## SELECT - Select tag
 
-The Select tag is used to create a drop-down list of options that can be selected by the user to give some input to the application. The select tag in HTMLUI supports the following attributes that improve the usage of the application.
+The Select tag is used to create a drop-down list of options that can be selected by the user to give some input to the application. The select tag in WinForms HTML Viewer supports the following attributes that improve the usage of the application.
 
 
 
@@ -1429,7 +1429,7 @@ The Style tag is used to apply styles to the HTML elements in the HTML document.
    {% endcapture %}
    {{ codesnippet3 | OrderList_Indent_Level_1 }}
 
-4. Style tag in HTMLUI also supports the type attribute. The type attribute is optional and it specifies the type of the content in the HTML document.
+4. Style tag in WinForms HTML Viewer also supports the type attribute. The type attribute is optional and it specifies the type of the content in the HTML document.
 
    {% capture codesnippet4 %}
    {% tabs %}
@@ -1498,7 +1498,7 @@ The Style tag is used to apply styles to the HTML elements in the HTML document.
 
 ## SUB - Subscript tag
 
-The Subscript tag defines a subscript text. The use of subscript text in HTMLUI is shown below.
+The Subscript tag defines a subscript text. The use of subscript text in WinForms HTML Viewer is shown below.
 
 {% tabs %}
 
@@ -1550,7 +1550,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\sub\sub.html")
 
 ## SUP - Superscript tag
 
-The Superscript tag defines a superscript text. The use of superscript text in HTMLUI is shown below.
+The Superscript tag defines a superscript text. The use of superscript text in WinForms HTML Viewer is shown below.
 
 {% tabs %}
 
@@ -1610,7 +1610,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\sup\sup.html")
 
 ## TABLE - Table tag
 
-A Table tag defines a table in an HTML document. The table tag uses the  tag to define a row and a  tag to define a cell element. The HTMLUI control supports the table with the following attributes that helps the rendering and display of complex HTML pages in the control easily.
+A Table tag defines a table in an HTML document. The table tag uses the  tag to define a row and a  tag to define a cell element. The WinForms HTML Viewer control supports the table with the following attributes that helps the rendering and display of complex HTML pages in the control easily.
 
 
 
@@ -1667,7 +1667,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\table\table.html")
 
 ## TD - Table cell tag
 
-The Table Cell tag defines a cell inside a table. The  tag has a parent  tag to define the row and a  tag to define the table in which it is present. The td tag in HTMLUI supports the following attributes that help the user in designing custom structures for their documents easily.
+The Table Cell tag defines a cell inside a table. The  tag to define the row and a 
tag has a parent
tag to define the table in which it is present. The td tag in WinForms HTML Viewer supports the following attributes that help the user in designing custom structures for their documents easily. @@ -1776,7 +1776,7 @@ Me.htmluiControl.LoadHTML(@"C:\MyProjects\table\td.html") ## TEXTAREA - Text area tag -The Text Area tag is used to define a multiline text box. The HTMLUI control supports the following attributes with the