Petzold.SelectColor.ColorGrid.GetVisualChild C# (CSharp) Метод

GetVisualChild() защищенный Метод

protected GetVisualChild ( int index ) : Visual
index int
Результат Visual
        protected override Visual GetVisualChild(int index)
        {
            if (index > 0)
                throw new ArgumentOutOfRangeException("index");
            return bord;
        }