I have a custom class which has one label and one panel, initialized like this
// In DesignerCreateView sub
//......
lbLabel.initialize("Lbl")
Panel1.initialize("Pnl")
//......
//also there are sub to handle _click event for both
Private Sub Pnl_Click
Log("This is working")
End Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.