[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditorPresenter

EditorPresenter Class

Displays the content of a GrapeCity.Windows.InputMan.GcTextBox.

Inheritance
EditorPresenter
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
[Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)]
public sealed class EditorPresenter : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
<Localizability(LocalizationCategory.None, Readability:=Readability.Unreadable)>
Public NotInheritable Class EditorPresenter
    Inherits FrameworkElement
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Remarks

Used within the template of a GrapeCity.Windows.InputMan.GcTextBox to specify the place in the control’s visual tree where the container of text box content is to be added.

Examples

The following code demonstrates how to customize Template of GrapeCity.Windows.InputMan.GcTextBox.

Constructors

Name Description
EditorPresenter()

Properties

Name Description
LogicalChildren

Gets an enumerator that can be used to iterate the logical child elements of a EditorPresenter.

VisualChildrenCount

Gets a value that is equal to the number of visual child elements of this instance of EditorPresenter.

Methods

Name Description
ArrangeOverride(Size)

Arranges the content of a EditorPresenter element.

GetVisualChild(int)

Gets the child Visual element at the specified index position.

MeasureOverride(Size)

Measures the child element of a EditorPresenter to prepare for arranging it during the ArrangeOverride(Size) pass.