End Google Ads 201810 - BS.net 01 --> Hi Friends, I have an issue regarding components but I could not find out through google or somewhere else.

I'm creating a component extended from a TextBox with extra bindable properties, but to get it perfect, some of these bindable properties would have to be custom designed or runtime designed.

Imagine that besides the bindable property "Text" I created a new one named Key... but to get my component working I need to bind extra properties and they have to be custom. there comes the question.

Is it possible to create bindable properties during runtime or design time for a custom component?

[Bindable(true)]
public int Key { set; get; }