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

GetDragDropDockActive() public method

Gets the active color for docking indicators.
public GetDragDropDockActive ( ) : Color
return Color
        public virtual Color GetDragDropDockActive()
        {
            return _target.GetDragDropDockActive();
        }
PaletteRedirect