ClassHyperlinkUIProviderBase
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.UIProviders
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public abstract class HyperlinkUIProviderBase : IUIProvider
Inheritance: objectHyperlinkUIProviderBase
Derived Classes:
Implements:
Constructors
HyperlinkUIProviderBase()
Declaration
cs-api-definition
protected HyperlinkUIProviderBase()
Properties
BoundingRectangle
Declaration
cs-api-definition
public abstract RectangleF BoundingRectangle { get; }
Property Value
Implements
ContainingLayer
Declaration
cs-api-definition
public IUILayer ContainingLayer { get; set; }
Property Value
Implements
IsInvalidated
Declaration
cs-api-definition
public abstract bool IsInvalidated { get; }
Property Value
Implements
IsRemoved
Declaration
cs-api-definition
public abstract bool IsRemoved { get; }
Property Value
Implements
UIElement
Declaration
cs-api-definition
public abstract FrameworkElement UIElement { get; }
Property Value
Methods
Arrange(UILayerUpdateContext)
Declaration
cs-api-definition
public abstract void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements
GetUIElements(UILayerUpdateContext)
Declaration
cs-api-definition
public abstract IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
context
Returns
IEnumerable<UIElement>
Implements
RegisterHyperlinkHandlers(UIElement)
Declaration
cs-api-definition
protected void RegisterHyperlinkHandlers(UIElement uiElement)
Parameters
uiElement
ReleaseElements()
Declaration
cs-api-definition
public abstract void ReleaseElements()
Implements
UnregisterHyperlinkHandlers(UIElement)
Declaration
cs-api-definition
protected void UnregisterHyperlinkHandlers(UIElement uiElement)
Parameters
uiElement
UpdateUI(UILayerUpdateContext)
Declaration
cs-api-definition
public abstract void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements