Petzold.SelectColor.ColorCell.GetVisualChild C# (CSharp) Method

GetVisualChild() protected method

protected GetVisualChild ( int index ) : Visual
index int
return Visual
        protected override Visual GetVisualChild(int index)
        {
            if (index > 0)
                throw new ArgumentOutOfRangeException("index");
            return visColor;
        }