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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top