Share via


FormActiveXControl.mouseLeave Method

Definition

Is called when the user moves the mouse pointer out of the control area.

public:
 override void mouseLeave();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override void mouseLeave ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.mouseLeave : unit -> unit
Public Overrides Sub mouseLeave ()
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The following example writes to the information log when the mouse pointer leaves the control.

public void mouseLeave() 
{ 
    info (strfmt("The mouse pointer has left the %1 control.", 
                 this.name()) ); 
    super(); 
}

Applies to