Johnny E. Jensen
2009-12-13 01:09:24 UTC
Hello NG
Using Visual Studio 2008 C# i want to extent an thirdparty control. The
Xceed winComboBox control.
if I take the raw control and place it on a form, the references needed for
the control to work is aytomatically generated. If i want to have a - lets
say a property of the type Xceed.Editors.ComboBoxItem to represent the
SelectedItem property - on my extented verison of the winCombobox control.
When i hereafter place my extented control on a form, the DEV brings an
error - saying that i should add a reference to the Xceed.Editors library.
Is there a vay to handle this automatically?
Kind regards
Johnny Jensen
Using Visual Studio 2008 C# i want to extent an thirdparty control. The
Xceed winComboBox control.
if I take the raw control and place it on a form, the references needed for
the control to work is aytomatically generated. If i want to have a - lets
say a property of the type Xceed.Editors.ComboBoxItem to represent the
SelectedItem property - on my extented verison of the winCombobox control.
When i hereafter place my extented control on a form, the DEV brings an
error - saying that i should add a reference to the Xceed.Editors library.
Is there a vay to handle this automatically?
Kind regards
Johnny Jensen