Provide a required override for the GetVisualChild(Int32) method.
Namespace: ElecNetKit.Graphing.ControlsAssembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
protected override Visual GetVisualChild(
int index
)
protected override Visual GetVisualChild(
int index
)
Protected Overrides Function GetVisualChild ( _
index As Integer _
) As Visual
Protected Overrides Function GetVisualChild ( _
index As Integer _
) As Visual
protected:
virtual Visual^ GetVisualChild(
int index
) override
protected:
virtual Visual^ GetVisualChild(
int index
) override
Parameters
- index
- Type:
System Int32
The index of child to return.
Return Value
The appropriate child.