[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter

FieldContentPresenter Class

Represents the GrapeCity.Windows.InputMan.Fields.FieldContentPresenter, which provides the container for GrapeCity.Windows.InputMan.Fields.Primitives.Field.

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

Constructors

Name Description
FieldContentPresenter()

Properties

Name Description
LogicalChildren

Gets an enumerator that can be used to iterate the logical child elements of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter.

VisualChildrenCount

Gets a value that is equal to the number of visual child elements of this instance of GrapeCity.Windows.InputMan.Fields.FieldContentPresenter.

Methods

Name Description
ArrangeOverride(Size)

Arranges the content of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter element.

GetVisualChild(int)

Gets the child Visual element at the specified index position.

MeasureOverride(Size)

Measures the child element of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter to prepare for arranging it during the ArrangeOverride(Size) pass.