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