DataTable in ToolBox??

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

Hi all
I implemented a class and in this class I manage a DataTable..
is it possible to put this class in ToolBox item??
thx in advance..
 
Hi,

Sure, make this class a component, apply the ToolBoxItem attribute to it and
add it to the toolbox through the "Customize Toolbox" IDE feature.
 
Back
Top