I'm trying to create user control based on the combo box control, because I'd like to include some properties that I can use throughout the application.

I have problem inheriting the Style property, as this property can only be set at design time. Any suggestions on how I can solve this problem?

Thanks.