Bring To Front

  • Thread starter Thread starter Derek Hart
  • Start date Start date
D

Derek Hart

I was searching in Visual Studio for a property that determines if a control
is on top of another. Is this embedded in the Visual Studio code? Can I
control this?
 
I was searching in Visual Studio for a property that determines if a
control is on top of another. Is this embedded in the Visual Studio code?
Can I control this?

You can call control.BringToFront() if that's what you want.
 
Back
Top