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

GetDragDropDockInactive() public method

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