ClassUIProviderRegistry
Class
Definition
Namespace:Telerik.WinForms.Documents.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class UIProviderRegistry
Inheritance: objectUIProviderRegistry
Constructors
UIProviderRegistry()
Declaration
cs-api-definition
public UIProviderRegistry()
Methods
GetUIProvider<T>(object)
Declaration
cs-api-definition
public T GetUIProvider<T>(object documentElement) where T : class, IUIProvider
Parameters
documentElement
Returns
T
RegisterUIProvider<T>(object, T)
Declaration
cs-api-definition
public void RegisterUIProvider<T>(object documentElement, T uiProvider) where T : class, IUIProvider
Parameters
documentElement
uiProvider
T
ReleaseUIProvider<T>(object)
Declaration
cs-api-definition
public void ReleaseUIProvider<T>(object documentElement) where T : class, IUIProvider
Parameters
documentElement