| Class | Description |
|---|---|
| BlockUIElement | UI element that can render text with different formatting attributes assigned to different portions of the text. This element is used by the FormattedLinkEditor. |
| BRUIElement | BRUIElement class. |
| CaretUIElement | UI element that represents caret in the formatted text editor. |
| EditStateChangedEventArgs | Event args associated with the FormattedLinkEditor.EditStateChanged event. |
| EllipsisUIElement | A ui element for displaying ellipsis character. |
| FormattedLinkEditor | Embeddable editor class for displaying formatted text. It also has support for displaying hyper-links, images and horizontal lines. It also supports editing. |
| FormattedLinkEmbeddableUIElement | EmbeddableUIElementBase implementation for FormattedLinkEditor editor. |
| FormattedTextEditInfo | Class that exposes edit related properties and methods. Instances of this class are valid only when the associated formatted text editor element is in edit mode. |
| FormattedTextUIElement | UI element that can render text with different formatting attributes assigned to different portions of the text. This element is used by the FormattedLinkEditor. |
| HRUIElement | UI element used by the FormattedTextUIElement for rendering a horizontal rule. |
| ImageSectionUIElement | UI element used by the FormattedTextUIElement for rendering images. |
| KeyActionMapping | Key/Action mapping object for UltraGrid. |
| KeyActionMappings | Summary description for KeyActionMappings. |
| LinkClickedEventArgs | Event args associated with the FormattedLinkEditor.LinkClicked event. |
| ParsedFormattedTextValue | A data strcuture that represents parsed formatted text value. This is used for specifying a value to FormattedTextUIElement object. |
| ParsedFormattedTextValue.TypeConverter | TypeConverter for the ParsedFormattedTextValue structure. |
| ParseErrorEventArgs | Event args associated with the FormattedLinkEditor.ParseError event. |
| ScrollableAreaUIElement | ScrollableAreaUIElement class. Displays scrollbars and scrolls the client element contained inside this element. |
| ScrollableAreaUIElement.ContainerElement | UIElement class that contains the client element (the element that's scrolled) of the scroll area element. |
| SectionUIElement | SectionUIElement class. |
| StyleInfo | Contains style related information. |
| StyleInfo.DimensionInfo | DimensionInfo class. |
| StyleInfo.DimensionInfo.DimensionInfoTypeConverter | DimensionInfoTypeConverter |
| StyleInfo.FontSizeInfo | FontSizeInfo class. |
| StyleInfo.FontSizeInfo.FontSizeInfoTypeConverter | FontSizeInfoTypeConverter |
| StyleInfo.MarginsInfo | MarginsInfo class. |
| StyleInfo.MarginsInfo.MarginsInfoTypeConverter | MarginsInfoTypeConverter |
| TextSectionUIElement | UI element used by the FormattedTextUIElement for rendering text. |
| VisitedLinksCollection | Collection for maintaining the list of visited links. |
| Interface | Description |
|---|---|
| ISupportDialog | Interface implemented by formatted text editor specific support dialogs in the Infragistics.Win.SupportDialogs assembly. |
| IVisitedLinksManager | Interface for specifying the UltraFormattedLinkLabel's VisitedLinksManager property. This interface is also implemented by the VisitedLinksCollection class which is also used as the default visited links manager by the UltraFormattedLinkLabel. |
| Enumeration | Description |
|---|---|
| BorderSides | Defaultable flagged enum for specifying border sides. |
| ClearFloatingElements | Specifies whether to clear the floating objects and if so which ones. |
| FloatType | Specifies whether to float the element and if so where. |
| FormattedLinkEditorAction | Enumerates the possible actions that can be performed on the FormattedLinkEditor. |
| FormattedLinkEditorState | Bit flags that describe the state of the control. |
| FormattedTextMenuItems | Enum for specifying the FormattedLinkEditor.ContextMenuItems property. |
| LineAlignment | How to align lines. |
| ParsedFormattedTextValue.ValueType | Enum used for specifying the type of value. |
| PropertyIds | Enum for identifying each property. |
| TextSmoothingMode | Used for specifying FormattedLinkEditor.TextSmoothingMode. |
| TreatValueAs | Used for specifying the UltraFormattedLinkLabel's TreatValueAs property. |
| UnderlineLink | Used for specifying the UltraFormattedLinkLabel's UnderlineLink property. |
| VerticalAlignment | Specifies the vertical alignment of an inline element in relation to the line it belongs to. |
| Delegate | Description |
|---|---|
| EditStateChangedEventHandler | Delegate associated with the FormattedTextEditInfo's.EditStateChanged event. |
| LinkClickedEventHandler | Delegate associated with the UltraFormattedLinkLabel's.LinkClicked event. |
| ParseErrorEventHandler | Delegate associated with the UltraFormattedLinkLabel's.ParseError event. |