AD
Administrator
Syncfusion Team
July 31, 2002 05:17 PM UTC
Make your class derive from the Component class.
-Praveen Ramesh
EF
Eric Franz
July 31, 2002 07:51 PM UTC
I was unable to derive from the component class to get my problem to work. You would assume that the following code would do 2 things. 1: Let me see Class1 in the toolbox, and 2: Let me see Class1 in the Component Tray in the form designer onced I dragged the class to the form.
Here is the code:
Imports System.ComponentModel
_
Public Class Class1
Inherits System.ComponentModel.Component
End Class