about user controls

  • Thread starter Thread starter rainlake
  • Start date Start date
R

rainlake

i create a class inherted from TextBox and add a attribute as
Myclass MyAttr{get;set;}

the myclass is a class.
at the design mode this attribute is unacessable.how can i show a list in
Property panel to show all the Myclass in my Form to select?
 
Back
Top