Class HeaderFooterPresenterBase
Inheritance
System.Object
HeaderFooterPresenterBase
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class HeaderFooterPresenterBase : Control
public abstract class HeaderFooterPresenterBase : Control
Initializes a new instance of the HeaderFooterPresenterBase class.
public HeaderFooterPresenterBase()
Initializes a new instance of the HeaderFooterPresenterBase class.
public HeaderFooterPresenterBase(IUILayerContainer owner)
IUILayerContainer
owner
The owner element implementing IUILayerContainer. |
protected SectionLayoutBox AssociatedSectionBox { get; }
SectionLayoutBox
|
public abstract DocumentEditorType DocumentEditorType { get; }
DocumentEditorType
|
protected bool IsInEditHeaderFooterMode { get; set; }
System.Boolean
|
protected Rectangle MouseClickRectangle { get; }
System.Windows.Shapes.Rectangle
|
protected IDocumentEditorPresenterContainer OwnerDocumentEditor { get; }
IDocumentEditorPresenterContainer
|
protected StackPanel WrappingStackPanel { get; }
System.Windows.Controls.StackPanel
|
public void CleanUp()
public abstract double GetUIHeight()
System.Double
|
public void InvalidateBody()
public override void OnApplyTemplate()
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
protected override void OnInitialized(EventArgs e)
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
protected void SetAssociatedSectionBox(SectionLayoutBox value, bool delayed)
SectionLayoutBox
value
|
System.Boolean
delayed
|
protected void SetDocumentSilently(RadDocument document)
RadDocument
document
|
public void SetMaxHeight(float maxHeight)
System.Single
maxHeight
|
public void Update(SectionLayoutBox associatedSectionBox, bool isInEditHeaderFooterMode, bool shouldFocus)
SectionLayoutBox
associatedSectionBox
|
System.Boolean
isInEditHeaderFooterMode
|
System.Boolean
shouldFocus
|
public void Update(SectionLayoutBox associatedSectionBox, bool isInEditHeaderFooterMode, bool shouldFocus, bool delayed)
SectionLayoutBox
associatedSectionBox
|
System.Boolean
isInEditHeaderFooterMode
|
System.Boolean
shouldFocus
|
System.Boolean
delayed
|
protected abstract void UpdateBodyMargin()
protected abstract void UpdateOwnerEditingContext(HeaderFooterEditingContext context)
HeaderFooterEditingContext
context
|
protected abstract void UpdateOwnerUIContext()
protected abstract void UpdateSource()
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.