Stories recently tagged with 'Property'

How to: Take control over the Collection Editor's PropertyGrid(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 8 months ago

The PropertyGrid control is a very useful tool if you want to update object attributes at run-time in a elegant way. The PropertyGrid provides some useful events to let you know what is going on. The problem occures for the collection properties when the Collection Editor form is shown. This form also provides a PropertyGrid control to edit any item from the current collection but we don't have access to any of known events. read more...

add a comment |category: |Views: 258

tags: another

C#: Give your object a Default Property (pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 10 months ago

I've seen/used objects within the .NET Framework that have default properties (ie: SqlDataReader, System.Collections.Generic.List). Now how exactly do I give my own custom object type a default property? read more...

9 comments |category: |Views: 252

tags: another

EZShellExtensions.Net 1.0 released(ssware.com)

submitted by sswaressware(264) 6 years ago

EZShellExtensions.Net 1.0 is a set of components for fast, painless and easy development of Windows shell extensions. EZShellExtensions eliminates the time-consuming, error-prone and complicated process of developing shell extensions using an innovative yet simple and easy-to-use object model. EZShellExtensions can be used to develop any kind of shell extensions including context menu extensions, property sheet extensions, infotip extensions, thumbnail extensions, "Send To" extensions, icon extensions, overlay icon extensions, drag-drop extensions, disk cleanup extensions, background menu extensions, drop extensions, Taskbar bands and IE toolbands and explorer bars. EZShellExtensions fully supports all Visual Studio and .Net versions including Visual Studio 2005 and .Net 2.0 read more...

1 comment |category: |Views: 7

tags: another