Class
ExtensionMethods

Provides extension methods for manipulating document models in Telerik's document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public static class ExtensionMethods

Inheritance: objectExtensionMethods

Methods

GetAssociatedInlineUIContainer(UIElement)

Retrieves the associated inline UI container for the specified UIElement.

Declaration

cs-api-definition
public static InlineUIContainer GetAssociatedInlineUIContainer(this UIElement thisElement)

Parameters

thisElement

UIElement

The UIElement for which to find the associated inline UI container.

Returns

InlineUIContainer

The inline UI container associated with the specified UIElement, or null if no association exists.