Class HeaderPresenter
Inheritance
Inherited Members
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class HeaderPresenter : HeaderFooterPresenterBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
HeaderPresenter()
Declaration
public HeaderPresenter()
HeaderPresenter(DocumentPagePresenter)
Declaration
public HeaderPresenter(DocumentPagePresenter owner)
Parameters
DocumentPagePresenter
owner
|
Properties
DocumentEditorType
Gets the type of editor this presenter is.
Declaration
public override DocumentEditorType DocumentEditorType { get; }
Property Value
DocumentEditorType
|
Overrides
Methods
GetBody()
Gets the content of the presenter.
Declaration
protected override RadDocument GetBody()
Returns
RadDocument
A RadDocument with the contents of the presenter. |
Overrides
GetUIHeight()
Gets the height of the presenter.
Declaration
public override double GetUIHeight()
Returns
System.Double
The height of the presenter. |
Overrides
UpdateBodyMargin()
Updates the inner RadRichTextBox margins from the owner RadRichTextBox.
Declaration
protected override void UpdateBodyMargin()
Overrides
UpdateOwnerEditingContext(HeaderFooterEditingContext)
UpdateOwnerUIContext()
Updates the owner header or footer UI context of the pwner editor.
Declaration
protected override void UpdateOwnerUIContext()
Overrides
UpdateSource()
Updates the source RadRichTextBox with the content from this presenter.
Declaration
protected override void UpdateSource()