MouseLeave() public method

Mouse has left the view.
public MouseLeave ( Control c, ViewBase next ) : void
c System.Windows.Forms.Control Reference to the source control instance.
next ViewBase Reference to view that is next to have the mouse.
return void
Ejemplo n.º 1
0
 internal void DesignMouseLeave()
 {
     // Pass message directly onto the separator controller
     _separatorController.MouseLeave(this, null);
 }