ComponentFactory.Krypton.Toolkit.ButtonSpecManagerLayout.GetDockerForeground C# (CSharp) Method

GetDockerForeground() protected method

Gets the element that represents the foreground color.
protected GetDockerForeground ( int i ) : ViewDrawContent
i int Index.
return ViewDrawContent
        protected override ViewDrawContent GetDockerForeground(int i)
        {
            return null;
        }