المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to get noticed about z-order change?



C# Programming
12-15-2009, 05:40 AM
I have a form with few child controls that are overlapping each other. I need to have one of them to be always displayed above all others. In some special situations the z-order of the child controls is being changed. Is it possible to be notified about z-order change? As a result I will bring my special child control in front of all other child controls.