[]
Displays the content of a GrapeCity.Windows.InputMan.GcTextBox.
[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
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.
The following code demonstrates how to customize Template of GrapeCity.Windows.InputMan.GcTextBox.
Name | Description |
---|---|
EditorPresenter() |
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. |
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. |