[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter.GetVisualChild

GetVisualChild Method

GetVisualChild(int)

Gets the child Visual element at the specified index position.

Declaration
protected override Visual GetVisualChild(int index)
Protected Overrides Function GetVisualChild(index As Integer) As Visual
Parameters
Type Name Description
int index

Index position of the child element.

Returns
Type Description
Visual

The child element at the specified index position.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

The index is greater than the number of visual child elements.