Name of control

  • Thread starter Thread starter Curious
  • Start date Start date
C

Curious

Hi,

What the name of the control that is used in Visual Studio for the
Properties Window, Solution Explorer, etc

Thanks in Advance
 
PropertyGrid for the Properties Window, TreeView for things like Solution
Explorer would be the likely closest choices.

--Peter
 
Curious said:
Hi,

What the name of the control that is used in Visual Studio for the
Properties Window, Solution Explorer, etc

Thanks in Advance

Download AutoIt3 and run the au3info. By running the mouse over the
control you can find out the class name.
 
Back
Top