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
Document
|
Properties
DocumentEditorType
Gets the type of editor this presenter is.
Declaration
public override DocumentEditorType DocumentEditorType { get; }
Property Value
Overrides
Methods
GetBody()
Gets the content of the presenter.
Declaration
protected override RadDocument GetBody()
Returns
Rad A Rad |
Overrides
GetUIHeight()
Gets the height of the presenter.
Declaration
public override double GetUIHeight()
Returns
System. The height of the presenter. |
Overrides
UpdateBodyMargin()
Updates the inner Rad
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 Rad
Declaration
protected override void UpdateSource()