No announcements
Found 4042143 threads
-
0 Votes
Property Grid Collection Editor
Hi WStoreyII, If you use a strongly typed IList implementation for your collection property, and all the objects in the collection are of the same type, ...Answered | 7 Replies | 8019 Views | Created by WStoreyII - Friday, December 9, 2011 12:40 AM | Last reply by Neddy Ren - Tuesday, December 13, 2011 8:15 AM -
0 Votes
How do I implement custom property brower pane for my editor.
I believe both the default property browser and the custom property browser used by the XAML designer, update their content periodically during idle processing.Answered | 4 Replies | 5351 Views | Created by Agree Tech - Thursday, October 28, 2010 2:46 AM | Last reply by Ed Dore - Friday, November 5, 2010 6:07 PM -
1 Votes
How to launch an editor that I created when I click on a menu command that I created...
Hello, Shankzz Please follow FBNitro's advice, if you have ProvideEditorAttribute to associate your editor with the extension.Answered | 6 Replies | 3635 Views | Created by shankzz - Sunday, November 15, 2009 7:53 PM | Last reply by shankzz - Tuesday, November 17, 2009 7:05 AM -
0 Votes
Collection Editor for end user
Hi Are you using the property grid control, this is a great control for exposing object properties to an end user.Answered | 1 Replies | 2598 Views | Created by Mr. Javaman - Wednesday, April 14, 2010 8:54 PM | Last reply by Paul_85 - Thursday, April 15, 2010 2:33 PM -
2 Votes
How do I "Invalidate" after adding items to a collection property?
Sorry for being a little slow but could you show me how and where please?Answered | 5 Replies | 1136 Views | Created by FinnPanvig - Wednesday, February 27, 2013 3:51 AM | Last reply by FinnPanvig - Sunday, March 24, 2013 5:20 PM -
0 Votes
How do I launch a Metro App from desktop by associating to a certain file type
I can only guess what else implements IStorageItem.Answered | 2 Replies | 2088 Views | Created by Beverly1984 - Wednesday, May 23, 2012 9:17 AM | Last reply by Anthony Wieser - Saturday, September 8, 2012 10:58 AM -
1 Votes
How to launch the metro app that not associated with a protocol.
So say I want to make some sort of menu item for launching a default app for a URL.Answered | 5 Replies | 3116 Views | Created by tom and jerry 11 - Monday, January 30, 2012 2:28 AM | Last reply by Rob Caplan [MSFT] - Tuesday, January 31, 2012 4:25 PM -
0 Votes
How do I Launch?
I installed the VS 2015 Community Edition, and then I needed to leave so at the end of the installation program where there is a big LAUNCH button, I pressed the X ...Answered | 1 Replies | 418 Views | Created by Assassin739 - Thursday, May 21, 2015 7:27 AM | Last reply by pvdg42 - Thursday, May 21, 2015 11:25 PM -
0 Votes
How do I launch the collection editor associated to a property?
How Did I Find Out?Answered | 11 Replies | 7097 Views | Created by webJose - Monday, August 31, 2009 1:11 PM | Last reply by webJose - Wednesday, September 30, 2009 7:13 PM -
1 Votes
How do I clear a child collection when a property is changed?
I got it now, I just had to iterate through all the children and invoke delete() for each one.Answered | 2 Replies | 2335 Views | Created by juantar - Tuesday, February 1, 2011 8:27 PM | Last reply by juantar - Thursday, February 3, 2011 9:18 PM -
0 Votes
Collection Editor for enum -C#
So you should do asAnswered | 3 Replies | 956 Views | Created by Thiago Borges Amaral - Wednesday, April 22, 2015 2:08 PM | Last reply by Thiago Borges Amaral - Thursday, April 23, 2015 2:40 PM -
0 Votes
Specifying a property as a collection
I was thinking if I want to create an extension based on a list of object(Radiobutton list,custom datagrid etc), I would need to have access to collection.Answered | 4 Replies | 4366 Views | Created by lee d - Friday, August 27, 2010 6:20 PM | Last reply by lee d - Saturday, August 28, 2010 10:17 AM -
0 Votes
Custom Editor not displaying value in property editor.
Therefore you can't create a generic enum editor and use the Editor attribute to associate it with an arbitrary enumeration and get it to work properly.Answered | 2 Replies | 3572 Views | Created by Partho Sarathi - Monday, July 27, 2009 11:36 AM | Last reply by CoolDadTx - Monday, July 27, 2009 2:10 PM -
0 Votes
IDE's Collection Editor multiple types
That should make the collection editor show multiple choices whenever you add a new item.Answered | 2 Replies | 4276 Views | Created by Milly Millt - Friday, October 14, 2011 9:04 AM | Last reply by webJose - Tuesday, October 18, 2011 2:18 PM -
0 Votes
Launch document with default associated application
Great thanks, just what i needed.Answered | 2 Replies | 3589 Views | Created by nivS - Monday, April 12, 2010 6:33 AM | Last reply by nivS - Monday, April 12, 2010 11:58 AM -
1 Votes
Adding events tab to collection editor property grid in C#
Hi the same also is happening with me except that everything in my collection editor was working well and the event tab is shown in the property grid of ...Answered | 14 Replies | 6858 Views | Created by mcgjr - Monday, August 24, 2009 12:45 AM | Last reply by Ibrm I M - Saturday, November 12, 2011 7:33 PM -
0 Votes
c# Collection Editor Events
If you are developing in WPF you can use ObservableCollection in place of you collection, this provide automatic update for items added/removed in collection or moreover you ...Answered | 1 Replies | 2318 Views | Created by Manish_K - Monday, September 10, 2012 6:19 AM | Last reply by Viresh K Singh - Wednesday, September 12, 2012 10:58 AM -
0 Votes
Accessing the Project Properties from an Editor
project.Properties is the collection of properties exposed.Answered | 5 Replies | 5406 Views | Created by John McCauley - Tuesday, April 7, 2009 10:38 PM | Last reply by John McCauley - Friday, April 10, 2009 9:19 PM -
0 Votes
How do you specify a special editor for a Domain Class Property?
Hi Phil, to enable a Multiline Editor for a string DomainProperty for your domain class, use can use the ...Answered | 2 Replies | 3062 Views | Created by Phil Kos - Wednesday, August 13, 2008 9:08 PM | Last reply by Phil Kos - Thursday, August 14, 2008 12:49 PM -
3 Votes
How do I make a field of a class a collection
Or simply make the collection a public property....as I already posted!Answered | 7 Replies | 3001 Views | Created by animas3D - Saturday, January 3, 2009 4:59 AM | Last reply by animas3D - Tuesday, January 6, 2009 5:08 AM - Items 1 to 20 of 4042143 Next ›
No announcements