What is the component that allows me to create a custom properties form? I mean, a component like this:

I’m trying to make an editor, so I need that component.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is done via quite a few things. If you’re working with the
PropertyGrid, I recommend reading: Getting the Most Out of the .NET Framework PropertyGrid Control.In particular, “Providing a Custom UI for Your Properties” describes the process of creating a custom UITypeEditor. In addition, it discusses
TypeConverterand the attributes used by thePropertyGridfor handling custom type editing.