Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to put my published properties into the specified category of Object Inspector?

I have my own visual component. It has many published properties and events. I want them to be shown in the specified standard categories of Object Inspector at design-time (Visual, Layout, Drag Drop / Docking, Linkage etc).

Now all my properties are in the Miscellaneous category.

like image 814
Andrew Avatar asked Apr 20 '11 05:04

Andrew


1 Answers

You can use RegisterPropertyInCategory function, defined in the DesignIntf. Example.

like image 160
SimaWB Avatar answered Sep 25 '22 17:09

SimaWB