I'd take a long look at this approach and not worry about decorating
your class:
http://www.eggheadcafe.com/tutorials...d-control.aspx
--
Robbe Morris [Microsoft MVP - Visual C#]
..NET Setup Deployment - MSI, Cassini, SQL Server, NTFS
http://www.eggheadcafe.com/tutorials...oyment--m.aspx
"Stivo" <(E-Mail Removed)> wrote in message
news:C96693C0-9170-4040-8E2C-(E-Mail Removed)...
> Take the structure existing structure Size, when you have a property Size
> your click on Design Mode on the + and edit width and height.
>
> But I tried to create a structure MyStructure
> Structure MyStructure
> public Key as long
> public Text as String
> end structure
>
> but it is impossible to click on + to edit the members Key and Text, how
> can
> I do it ?