ComponentFactory.Krypton.Docking.DragTargetNull.DragTargetNull C# (CSharp) Method

DragTargetNull() public method

Initialize a new instance of the DragTargetNull class.
public DragTargetNull ( ) : System
return System
        public DragTargetNull()
            : base(Rectangle.Empty, Rectangle.Empty, Rectangle.Empty, DragTargetHint.None, KryptonPageFlags.All)
        {
        }