Behavior.OnMouseLeave(Glyph) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when any mouse-leave message enters the adorner window of the BehaviorService.
public:
 virtual bool OnMouseLeave(System::Windows::Forms::Design::Behavior::Glyph ^ g);public virtual bool OnMouseLeave(System.Windows.Forms.Design.Behavior.Glyph g);public virtual bool OnMouseLeave(System.Windows.Forms.Design.Behavior.Glyph? g);abstract member OnMouseLeave : System.Windows.Forms.Design.Behavior.Glyph -> bool
override this.OnMouseLeave : System.Windows.Forms.Design.Behavior.Glyph -> boolPublic Overridable Function OnMouseLeave (g As Glyph) As BooleanParameters
Returns
true if the message was handled; otherwise, false.
Remarks
The OnMouseDoubleClick method is called when any mouse-leave message enters the WndProc of the adorner window of the BehaviorService. From here, the message is sent to the appropriate behavior.
When the mouse pointer leaves a positively hit-tested Glyph with a valid Behavior, this method is invoked.