ComponentFactory.Krypton.Toolkit.SplitterMoveRectMenuArgs.SplitterMoveRectMenuArgs C# (CSharp) Method

SplitterMoveRectMenuArgs() public method

Initialize a new instance of the SplitterMoveRectMenuArgs class.
public SplitterMoveRectMenuArgs ( Rectangle moveRect ) : System
moveRect System.Drawing.Rectangle Initial movement rectangle that limits separator movements.
return System
        public SplitterMoveRectMenuArgs(Rectangle moveRect)
        {
            _moveRect = moveRect;
        }
SplitterMoveRectMenuArgs