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

GetDragDropSolidBack() public method

Gets the background color for a solid drag drop area.
public GetDragDropSolidBack ( ) : Color
return Color
        public virtual Color GetDragDropSolidBack()
        {
            return _target.GetDragDropSolidBack();
        }
PaletteRedirect