custom structure as property

Dill

Freshman
Joined
Feb 9, 2005
Messages
33
Ok heres the thing...

on most controls there are properties declared as a structure type (size, location, etc) these have an expandable list of the structures properties (x,y,etc)

I have tried to create my own structure for use as a property but instead of displaying the expandable list the value field just contains the structure name.

I have tried initializing the values within the sructure, I have tried declaring it as both a class and a structure

all to no avail,

any ideas?

Dill
 
Wow! I was hoping it was a 'something .show' type answer.

Managed to make it work using the tips from the article tho. Many thanx for that :cool:
 
Back
Top