Re: Edit collection property from Property window...

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: nobody (nobody_at_no.server)
Date: 03/17/04


Date: Wed, 17 Mar 2004 12:53:22 -0500

Doh! Now why didn't I think to look in the System.Collections.Specialized
namespace? Thanks! :)

"Natty Gur" <natty@dao2com.com> wrote in message
news:%23sma%23vADEHA.3928@TK2MSFTNGP09.phx.gbl...
> Yes it all about Ilist. you can use StringCollection whuch support iList
> and lomites to string elements.
>
>
> [Bindable(true),
> Category("natty"),
> DefaultValue(""),
> public System.Collections.Specialized.StringCollection Texts
> {
> get
> {
> return texts;
> }
>
> set
> {
> texts = value;
> }
> }
>
> Natty Gur[MVP]
>
> blog : http://weblogs.asp.net/ngur
> Mobile: +972-(0)58-888377
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!