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

GetDragDropDockActive() public method

Gets the active color for docking indicators.
public GetDragDropDockActive ( ) : Color
return Color
        public virtual Color GetDragDropDockActive()
        {
            return SystemColors.ActiveCaption;
        }
PaletteBase