C# Class ComponentFactory.Krypton.Toolkit.ButtonDragRectangleEventArgs

Details for an event that discovers the rectangle that the mouse has to leave to begin dragging.
Inheritance: System.EventArgs
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ButtonDragRectangleEventArgs ( Point point ) : System

Initialize a new instance of the ButtonDragRectangleEventArgs class.

Method Details

ButtonDragRectangleEventArgs() public method

Initialize a new instance of the ButtonDragRectangleEventArgs class.
public ButtonDragRectangleEventArgs ( Point point ) : System
point Point Left mouse down point.
return System