Diego
Member
Hi You all,
there is a method to prevent the transparent properties menu (the one visible when you pass your mouse over an item) of a particular item?
I tried this:
but if I pass the mouse over the item a small semi-transparent empty rectangle is still visible.
there is a method to prevent the transparent properties menu (the one visible when you pass your mouse over an item) of a particular item?
I tried this:
Code:
public override void SendPropertiesTo( Mobile from ) {}
public override void GetProperties(ObjectPropertyList list){}
but if I pass the mouse over the item a small semi-transparent empty rectangle is still visible.