[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.buildingcontrols

Hybrid Control: Accessing all properties of a child control

Ryan

2/22/2007 1:05:00 AM

Hello,

I have a hybrid control. To make it easy, lets say that it consists
of a label, a textbox, and a button. I want to make the child label's
properties available in the designer, but I don't want to have to
program a get and set for every property. I have made the controls
"public" but only the button control's properties is accessible.

Is it possible to fully expose a child control, or do I have to write
accessor functions for every single propety?