C# Class WindowlessControls.WindowlessNavigateEventArgs

Show file Open project: koush/WindowlessControls Class Usage Examples

Public Methods

Method Description
WindowlessNavigateEventArgs ( Control source, Rectangle sourceRectangle, Keys key, Control destination ) : System

Method Details

WindowlessNavigateEventArgs() public method

public WindowlessNavigateEventArgs ( Control source, Rectangle sourceRectangle, Keys key, Control destination ) : System
source System.Windows.Forms.Control
sourceRectangle System.Drawing.Rectangle
key Keys
destination System.Windows.Forms.Control
return System