ComponentFactory.Krypton.Toolkit.PaletteBase.GetDragDropDockBorder C# (CSharp) Method

GetDragDropDockBorder() public method

Gets the border color for the docking indicators area.
public GetDragDropDockBorder ( ) : Color
return Color
        public virtual Color GetDragDropDockBorder()
        {
            return Color.FromArgb(181, 181, 181);
        }
PaletteBase