[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Kelly

8/19/2008 4:34:00 PM

In Visual Studio 2008 I am creating a C# class that defines a property that
uses a Modal form for a UITypeEditor. Everything works fine with regards to
having the ellipsis show up in the Properties window in the editor and being
able to edit the value. I was wondering if there is a way to protect the
Properties window entry so they cannot directly edit the value, but are
always forced to go through the UITypeEditor? Thanks.