How to add items in toolbar after installing a component?

  • Thread starter Thread starter popman
  • Start date Start date
P

popman

Hi all,

Sorry,I don't know where I can ask this question.So I came here to try
my luck.

I developed an asp.net controls and I'd like to add controls in vs.net's
toolbar after intalling.So any points?
Thanks all.


Neo
 
[ToolboxData("<{0}:PowerDataGrid runat=server></{0}:PowerDataGrid>")]
public class PowerDataGrid : DataGrid {
¡­¡­
}

Right click the toolbar->Add/Remove->Browse
 
Thank you .But I mean the controls will appear in toolbar automatically
after install.Don't need to be added to toolbar manually.



crackzzy said:
[ToolboxData("<{0}:PowerDataGrid runat=server></{0}:PowerDataGrid>")]
public class PowerDataGrid : DataGrid {
¡­¡­
}

Right click the toolbar->Add/Remove->Browse

popman said:
Hi all,

Sorry,I don't know where I can ask this question.So I came here to try
my luck.

I developed an asp.net controls and I'd like to add controls in vs.net's
toolbar after intalling.So any points?
Thanks all.


Neo
 
Back
Top