Bring To Front

Bring To Front

am 25.01.2008 18:52:28 von 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?

Re: Bring To Front

am 25.01.2008 20:21:51 von Jeff Gaines

On 25/01/2008 in message Derek
Hart wrote:

>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.

--
Jeff Gaines