Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
String Collection Editor
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 3957767"] Mike, Can you tell me how you envoke the editor you created. I tried your example as I've been trying to get such an editor for over a week. I invoke it within my PropertyGrid with the following code but it isn't invoked. The default String Collection Editor appears each time. [Description("A test string collection."), Category(TestCaseStrings.strTestComponent), Editor(typeof(CheckIt.StringCollectionEntry), typeof(CheckIt.StringCollectionEditor))] public StringCollection StrCol { get { return this.scoll; } set { this.scoll = value; } } [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
String Collection Editor
Top