Creating an activex control
which has a textbox as constituent control.

I want to map the scrollbars property of the control to the scrollbars
property of textbox ( the constituent control )

But because scollbars property is readonly at runtime ,
changing this property for the control at design time causes the error

on the mapping statement in active control source code.

Any solutions ?

Thanks.