C# Class ComponentFactory.Krypton.Toolkit.SplitterMoveRectMenuArgs

Provides a movement rectangle that will be used to limit separator movement.
Inheritance: System.EventArgs
Mostra file Open project: Cocotteseb/Krypton Class Usage Examples

Public Methods

Method Description
SplitterMoveRectMenuArgs ( Rectangle moveRect ) : System

Initialize a new instance of the SplitterMoveRectMenuArgs class.

Method Details

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