G
Guest
hi,
I have developed a control in VB.NET. It will be accepting accepting a
list of strings from user as items.
I want to write a property for this control such that whenever user
clicks on this proprty in the property box, a string collection editor should
open( same as it opens while inserting items in windows combo box) in which
user can enter strings one on each line and then these strings can be
inserted as items in my control.
I was trying the : Public Property SetItems() As Collection
But this opens a collection editor (same as it opens while inserting
tabpages in tabcontrol).
Thanks in advance,
--RbanBph
I have developed a control in VB.NET. It will be accepting accepting a
list of strings from user as items.
I want to write a property for this control such that whenever user
clicks on this proprty in the property box, a string collection editor should
open( same as it opens while inserting items in windows combo box) in which
user can enter strings one on each line and then these strings can be
inserted as items in my control.
I was trying the : Public Property SetItems() As Collection
But this opens a collection editor (same as it opens while inserting
tabpages in tabcontrol).
Thanks in advance,
--RbanBph