G
Glenn Shukster
Hi
In Delphi a call to SetSubComponent will expose all of a subcomponents
properties and events at design time to the main component.
Does anyone know how to do this in CSharp?
eg
MyObject
+ MySubObject
click on + and see MySubObject's properties of (Height, Weight, age)
MySubObject
- Height
- Weight
- age
Thanks Glenn
In Delphi a call to SetSubComponent will expose all of a subcomponents
properties and events at design time to the main component.
Does anyone know how to do this in CSharp?
eg
MyObject
+ MySubObject
click on + and see MySubObject's properties of (Height, Weight, age)
MySubObject
- Height
- Weight
- age
Thanks Glenn