ClassFootnotesUILayer
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Layers
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class FootnotesUILayer : NotesUILayerBase, IUILayer
Inheritance: objectProviderUILayerBaseNotesUILayerBaseFootnotesUILayer
Implements:
Inherited Members
Constructors
FootnotesUILayer()
Declaration
cs-api-definition
public FootnotesUILayer()
Properties
ShouldClip
Declaration
cs-api-definition
public override bool ShouldClip { get; }
Property Value
Overrides
Methods
EnumerateVisibleProviders()
Declaration
cs-api-definition
protected override IEnumerable<IUIProvider> EnumerateVisibleProviders()
Returns
IEnumerable<IUIProvider>
Overrides
GetAssociatedUIProvider(FootnoteRangeStart)
Declaration
cs-api-definition
protected IUIProvider GetAssociatedUIProvider(FootnoteRangeStart footnoteStart)
Parameters
footnoteStart
Returns
RemoveUIProvider(IUIProvider)
Declaration
cs-api-definition
protected override void RemoveUIProvider(IUIProvider provider)
Parameters
provider
Overrides