i'm new to the new visual studios so this is probably something that may
apply to all the visual studio 200x releases.
i've made a usercontrol, registered in it the GC, added it to my toolbox.
i'm still have issues with the icon being found when embedded in a resource,
but i can live without that working. has anyone gotten the icon to work
(embedded resource) in visual studio 2005?
so the real question..
i have properties on the control that show up in the properties for the
control when dragged onto a form/control. the properties are located (by
default) under "Misc" category in the Properties box.
my question is, is there an attribute or something i can put on the property
in the class to place it under another category name? (ie: the Size
attribute is under the "Layout" category)
-b
brander lien - 13 Jun 2005 17:27 GMT
> i have properties on the control that show up in the properties for the
> control when dragged onto a form/control. the properties are located (by
[quoted text clipped - 5 lines]
>
> -b
to follow up on my own question, the attribute:
[System.ComponentModel.Category("Test")]
would place the property being attributed under the "Test" category.
-b