Bring To Front
am 25.01.2008 18:52:28 von Derek HartI 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?
On 25/01/2008 in message
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