.net - What determines which control is drawn in front of which in C#? -


i think question clear enough...

assuming winforms:

  1. the order appear in parent container's controls collection. controls created designer, order in first created. however, think events (ie moving control in or out of group box) can cause control re-written bottom of file when code designer file re-generated.
  2. calls .bringtofont(), .sendtoback(), or .setchildindex() (on parent)

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -