event MouseOut (ID as Variant)
Occurs when the mouse exists the part.

TypeDescription
ID as Variant  A Long expression that specifies the identifier of the item. The Item property accesses the Item object giving its identifier.
The MouseOut event occurs when the mouse exits the item. The MouseIn event occurs when the mouse enters the item. The MouseMove event is generated continually as the mouse pointer moves across objects. Unless another object has captured the mouse, an object recognizes a MouseMove event whenever the mouse position is within its borders. Use the Background(exToolBarButtonHotBackColor) property to specify the visual appearance of the item when the cursor hovers it. Use the ItemFromPoint property to get the item from cursor.

Syntax for MouseOut event, /NET version, on:

private void MouseOut(object sender,object   ID)
{
}

Private Sub MouseOut(ByVal sender As System.Object,ByVal ID As Object) Handles MouseOut
End Sub

Syntax for MouseOut event, /COM version, on:

private void MouseOut(object sender, AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseOutEvent e)
{
}

void OnMouseOut(VARIANT   ID)
{
}

void __fastcall MouseOut(TObject *Sender,Variant   ID)
{
}

procedure MouseOut(ASender: TObject; ID : OleVariant);
begin
end;

procedure MouseOut(sender: System.Object; e: AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseOutEvent);
begin
end;

begin event MouseOut(any  ID)

end event MouseOut

Private Sub MouseOut(ByVal sender As System.Object, ByVal e As AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseOutEvent) Handles MouseOut
End Sub

Private Sub MouseOut(ByVal ID As Variant)
End Sub

Private Sub MouseOut(ByVal ID As Variant)
End Sub

LPARAMETERS ID

PROCEDURE OnMouseOut(oToolBarCRD,ID)

RETURN

Syntax for MouseOut event, /COM version (others), on:

<SCRIPT EVENT="MouseOut(ID)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function MouseOut(ID)
End Function
</SCRIPT>

Procedure OnComMouseOut Variant   llID
	Forward Send OnComMouseOut llID
End_Procedure

METHOD OCX_MouseOut(ID) CLASS MainDialog
RETURN NIL

void onEvent_MouseOut(COMVariant   _ID)
{
}

function MouseOut as v (ID  as  A)
end function

function nativeObject_MouseOut(ID)
return