Controls Layout

  • Thread starter Thread starter Adriano
  • Start date Start date
A

Adriano

hello,

how to make a button to lay on the top of all controls in a form???

thx in advance,
Adriano
 
Hi Adriano,

In the IDE , Right Click on the Button and select "Bring To Front"

Hope this helps.
rawCoder
 
* "Adriano said:
how to make a button to lay on the top of all controls in a form???

Place it on top of all controls?

Or are you referring to the Z-order? Then select the control and choose
"Bring to Front" from its contextmenu (or call the control's
'BringToFront' method at runtime).
 
Back
Top