Message 1 of 4
How to convert a palette to a usercontrol

Not applicable
03-12-2007
07:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When creating a paletteset, I add a usercontrol into paletteset like this:
ps.add(myUserControl)
then I want to change some setting of usercontrol after it's added, is there any way to reference the usercontrol like this:
myUserControl=ctype(ps.item(0),myUserControl)
ps.add(myUserControl)
then I want to change some setting of usercontrol after it's added, is there any way to reference the usercontrol like this:
myUserControl=ctype(ps.item(0),myUserControl)