How to dynamic add shape custom properties to form?

F

faramir

Hi

Im making a form, where the custom properties of shapes must be
displayed and edited. There can be from 0 to many custom properties.
How can i add these properties to a form dynamicly?
Each property must have a check box, and one to three textfields.

Soren
 
A

Al Edlund

the basic function would be to have two forms (the base with a list box, and
a form to edit a single custom property)
with a selected shape
for each custom property
add to list box
next custom property
end selection

on listbox selected event read the custom property and open the edit form
al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top