ClassUIProviderRegistry
Class
Provides a registry for managing UI providers in the Telerik Windows Documents framework.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class UIProviderRegistry
Inheritance: objectUIProviderRegistry
Constructors
UIProviderRegistry()
Declaration
cs-api-definition
public UIProviderRegistry()
Methods
GetUIProvider<T>(object)
Retrieves the UI provider of the specified type for the given object.
Declaration
cs-api-definition
public T GetUIProvider<T>(object documentElement) where T : class, IUIProvider
Parameters
documentElement
Returns
T
RegisterUIProvider<T>(object, T)
Registers a user interface provider of the specified type to the given object.
Declaration
cs-api-definition
public void RegisterUIProvider<T>(object documentElement, T uiProvider) where T : class, IUIProvider
Parameters
documentElement
uiProvider
T
ReleaseUIProvider<T>(object)
Releases the UI provider of the specified type.
Declaration
cs-api-definition
public void ReleaseUIProvider<T>(object documentElement) where T : class, IUIProvider
Parameters
documentElement