can i hide property?

  • Thread starter Thread starter KVV
  • Start date Start date
K

KVV

Hello, All!
can i hide property1 in designer depending on property2 value

With best regards, KVV. E-mail: (e-mail address removed)
 
Hello,
....once more, hide property1 depend on property2 value
With best regards, KVV. E-mail: (e-mail address removed)
 
You need to decribe a TypeConverter and override the GetProperties Method.
(Check them out in MSDN)

This way, you can control what properties gets shown and at what time.
 
Back
Top