event MouseIn (ID as Variant)
Occurs when the mouse enters 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 MouseIn event occurs when the mouse enters the item. The MouseOut event occurs when the mouse exits 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 MouseIn event, /NET version, on:

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

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

Syntax for MouseIn event, /COM version, on:

private void MouseIn(object sender, AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseInEvent e)
{
}

void OnMouseIn(VARIANT   ID)
{
}

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

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

procedure MouseIn(sender: System.Object; e: AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseInEvent);
begin
end;

begin event MouseIn(any  ID)

end event MouseIn

Private Sub MouseIn(ByVal sender As System.Object, ByVal e As AxEXTOOLBARCRDLib._IToolBarCRDEvents_MouseInEvent) Handles MouseIn
End Sub

Private Sub MouseIn(ByVal ID As Variant)
End Sub

Private Sub MouseIn(ByVal ID As Variant)
End Sub

LPARAMETERS ID

PROCEDURE OnMouseIn(oToolBarCRD,ID)

RETURN

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

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

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

Procedure OnComMouseIn Variant   llID
	Forward Send OnComMouseIn llID
End_Procedure

METHOD OCX_MouseIn(ID) CLASS MainDialog
RETURN NIL

void onEvent_MouseIn(COMVariant   _ID)
{
}

function MouseIn as v (ID  as  A)
end function

function nativeObject_MouseIn(ID)
return