Namespace Syncfusion.Windows.Forms.HTMLUI
Classes
AElementImpl
Class that is responsible for <A> Tag. |
AttributeHolderAttribute
Defines the holder of attributes which can raise events when its changing. |
AttributesCollectionEditor
Editor for element attributes. |
BaseElement
Base class for all HTML elements. All HTML tag elements must inherit this class. |
BeforeValueChangedEventArgs
Message class which can be sent to the user before property value changes. On sending the class, the property must not be changed. |
BElementImpl
Class that is responsible for <B> Tag. |
Block
Class for containing elements used for drawing (Text elements or BaseElements). One object represents one line. |
BlocksCollection
Collection of blocks of the element. |
BODYElementImpl
Class that is responsible for <BODY> Tag. |
Border
Class which represents the border of the tag elements. |
BRElementImpl
Class that is responsible for <BR> Tag. |
BubblingEventArgs
Event Arguments for Tag elements. We can set flag delegate event to parent. |
BUTTONControlImpl
Class which represents the button in the document. |
CHECKBOXControlImpl
Class which represents check box in the document. |
CODElementImpl
Class that is responsible for <CODE> Tag. |
CollectionEventArgs
Class which is used for sending messages between the collection and the user. |
ControlBase
Base class for supporting custom controls. |
CustomControlBase
Implements base functionality of custom controls wrapper classes. |
CUSTOMElementImpl
Class that is responsible for custom controls in the document. It allows users to create controls from an HTML document. |
DictionaryEventArgs
Message / Data sender class. Class allows user to cancel action in which it was used as message sender class. |
DIVElementImpl
Class that is responsible for <DIV> Tag. |
ElementEventAttribute
Attribute indicates that element event is available for user. |
ElementHasCssEventArgs
Event Arguments is used to delegate XML document with CSS data. |
ElementPaintEventArgs
Class of arguments for raising OnPaint event of the HTML element. |
ElementsCollectionEditor
Editor for elements. |
ElementsFactory
Factory for tag elements. Creates classes, responsible for HTML tags. |
ElementTagAttribute
Attributes for TAG element classes, which are responsible for the corresponding HTML tags. |
EMElementImpl
Class that is responsible for <EM> Tag. |
EnhanceEventsEventArgs
Event argument for user control tag elements. |
EventBaseCollection
Description for EventBaseCollection. |
EventBaseDictionary
Collection throws an event on any context change. |
FindDialog
FindDialog form is used for text searching in the HTMLUIControl. |
FindTextEventArgs
Class corresponding to 'Find' event in FindDialog class. |
FONTElementImpl
Class that is responsible for <FONT> Tag. |
FormatManager
Class which is responsible for creating formats. |
FORMElementImpl
Class that is responsible for <FORM> Tag. |
H1ElementImpl
Class that is responsible for <H1> Tag. |
H2ElementImpl
Class that is responsible for <H2> Tag. |
H3ElementImpl
Class that is responsible for <H3> Tag. |
H4ElementImpl
Class that is responsible for <H4> Tag. |
H5ElementImpl
Class that is responsible for <H3> Tag. |
H6ElementImpl
Class that is responsible for <H6> Tag. |
HashElementEvents
Class that supports connection events for their owners (HTML elements). |
HEADElementImpl
Class that is responsible for <HEAD> Tag. |
History
Class that represents the history of loaded HTML documents for the control. |
HistoryPair
Class that represents pairs of history data. |
HRElementImpl
Class that is responsible for <HR> Tag. |
HTMLAttributeImpl
Class implements the base logic of attributes which is a part of the HTML element. |
HTMLAttributesCollection
Collection of attributes in the tag elements. |
HTMLElementImpl
Class that is responsible for <HTML> Tag. |
HTMLElementsCollection
Implementation of IHTMLElementCollection interface. |
HTMLEventImpl
This class must be inherited by the developer for each element where the HTML element supports events. |
HTMLEventsCollection
Implementation of events collection. |
HTMLFormat
Implementation of the HTMLFormat interface. |
HTMLFormatsCollection
Collection for formats. |
HTMLScript
Inherits Script class. The Script class encapsulates the script source code, the reference and global items (the IVsaItem instances) that the .NET script engine expects to be initialized with. |
HTMLScriptSite
Inherits ScriptSite class from Scripting for returning by application provided event source and global instance objects whenever the script engine calls for it through the equivalent IVsaSite method. |
HTMLUIAccessibility
Provides information about a control that can be used by an accessibility application. |
HTMLUIControl
HTMLUIControl renders an HTML document. |
HTMLUIControlDesigner
Designer class of control. |
HTMLUIExportImage
Class that represents exporting support in the HTMLUIControl. |
HtmlUILocalizationResourceAccessor
Represents the class that manages the localization for syncfusion controls. |
HTMLUIPrintDocument
Class that represents printing support in the HTMLUIControl. |
HTMLUIResourceIdentifiers
HTMLUIResourceIdentifiers contains Ids specific to the Syncfusion.Windows.Forms.HTMLUI namespace |
IElementImpl
Class that is responsible for <I> Tag. |
IMGElementImpl
Class that is responsible for <IMG> Tag. |
INPUTElementImpl
Class that is responsible for <INPUT> Tag. |
InputHTML
Class which is between the control and the HTMLParser. |
LIElementImpl
Class that is responsible for <LI> Tag. |
LinkElementImpl
Class that is responsible for <LINK> Tag. |
LinkForwardEventArgs
Event arguments for event raised by element. |
ListElement
Base class for list element holders like UL, OL elements. |
LoadErrorEventArgs
Class corresponding to arguments in a document that renders error. |
Margins
Utility class representing margins support in the document. |
NoImageEventArgs
Event arguments for Tag elements. We can set flag delegate event to parent. |
OLElementImpl
Class that is responsible for <OL> Tag. |
ParseException
This exception is thrown by CSS and HTML parsers when finding a problem in a document which cannot be resolved by the parser internally. |
PElementImpl
Class that is responsible for <P> Tag. |
PREElementImpl
Class that is responsible for <PRE> Tag. |
PreRenderDocumentArgs
Event arguments for Tag elements. We can set flag delegate event to parent. |
PreStyleCalculatedEventArgs
Arguments for event before the format of element is calculated. |
RADIOControlImpl
Class which represents the radio button in the document. |
SCRIPTElementImpl
Class that is responsible for <SCRIPT> Tag. |
ScriptManagerEx
Class that controls one block of script. |
ScriptManagerExCollection
Collection of classes which control script codes. |
ScriptObjectCollectionEditor
Description for ScriptObjectCollectionEditor. |
SELECTControlImpl
Class which represents the list in the document. |
SELECTElementImpl
Class that is responsible for <SELECT> Tag. |
SortedListEx
Optimized version of the SortedList collection. Instead of keeping two arrays, one for keys and one for values, we change values on the Hashtable collection and only keep the keys collection sorted. |
SPANElementImpl
Class that is responsible for <SPAN> Tag. |
STRONGElementImpl
Class that is responsible for <STRONG> Tag. |
StyleElementImpl
Class that is responsible for <STYLE> Tag. |
SUBElementImpl
Class that is responsible for <B> Tag. |
SUPElementImpl
Class that is responsible for <B> Tag. |
TABLEElementImpl
Class that is responsible for <TABLE> Tag. |
TDElementImpl
Class that is responsible for <TD> Tag. |
Text
Class which represents string in the block. |
TEXTAREAControlImpl
Class which represents the text area in the document. |
TEXTAREAElementImpl
Class that is responsible for <TEXTAREA> Tag. |
TEXTControlImpl
Class which represents the text box in the document. |
THElementImpl
Class that is responsible for <TH> Tag. |
TRElementImpl
Class that is responsible for <TR> Tag. |
UElementImpl
Class that is responsible for <U> Tag. |
ULElementImpl
Class that is responsible for <UL> Tag. |
UnknownElementImpl
Class that is responsible for UnknownElements. |
UserControlFactory
Creates an instance of the class which represents Winform control. |
UserControlHolderBase
Base class of custom tags containing custom controls. |
UserControlImpl
Base class for standard controls in the HTML. |
ValueChangedEventArgs
Message class used for sending to user the old and new values of property. It simply gives access to the new and old values and does not allow user to change them. |
Structs
Space
Structure which contains space around the tag elements such as paddings, borders, etc... |
Interfaces
IBorder
Interface that provides the properties needed for correct show border lines of any element. |
IControlImpl
Interface declaring the main functionality for custom control wrappers. |
ICustomControlBase
Interface declaring base functionality for custom control wrappers. |
IHTMLAttribute
Interface that publishes the logic which specify allowed actions with any HTML element. |
IHTMLAttributesCollection
Collection that stores and provides access to HTML element attributes. |
IHTMLCollection
Interface that declares the properties which are the base for all collections. |
IHTMLElement
Interface which publishes to the user the main functionality of each HTML element. |
IHTMLElementsCollection
Interface which is responsible for the collection of HTML elements. |
IHTMLEvent
Interface which publishes the event of the HTML element. |
IHTMLEventsCollection
Collection that stores and provides access to the events of the HTML element. |
IHTMLFormat
Special formatting which is used by the renderer to show the HTML element to the user. |
IHTMLFormatsCollection
An interface IHTMLFormatsCollection. |
IInputHTML
Interface which is between the Control and the HTMLParser. |
IUserControlHolder
Interface for classes which are containers for user controls. |
Enums
BordersStyle
Specifies the border style of the element. |
FormatType
Enum which indicates the type of the format. How the format is connected to HTML Element. |
ListItemType
Specifies the type of the list item. |
PathType
Type of path in history. |
RepeatStyle
Indicates which type of background image is in format. |
SizeTypeEx
Represents type of width and height properties. |
Delegates
BeforeValueChangeEventHandler
Delegate used before value is changed. |
CollectionEventHandler
Delegate used by collection to send messages to user throwing events. |
DictionaryEventHandler
Delegate which is used for throwing events. |
ElementPaintEventHandler
Delegate which is used for invoking events before the HTML element's block painting. |
EnhanceEventsEventHandler
Delegate which is used for creating special events in user controls. |
FindTextEventHandler
Delegate which is used for raising 'the FindText' event by FindDialog. |
HasCssEventHandler
Delegate which is used for throwing events. |
LinkForwardEventHandler
Delegate which is used for raising element. |
LoadErrorEventHandler
Delegate which is used for raising an event if exception occurs while rendering a document. |
NoImageEventHandler
Delegate which is used for defining image by user when image by src attribute could not be found. |
PreRenderDocumentEventHandler
Delegate which is used for event raising when document has been created but its size and location of elements are not yet. |
PreStyleCalculatedEventHandler
Delegate which is used for event raising just before formats merge for the element. |
RaiseEventHandler
RaiseEventHandler delegate |
ValueChangedEventHandler
Delegate used after value is changed. |