Discussion:
Automatically references.
(too old to reply)
Johnny E. Jensen
2009-12-13 01:09:24 UTC
Permalink
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
Vijay
2009-12-23 04:41:31 UTC
Permalink
Try this.. Drag and drop the control into the form.
Post by Johnny E. Jensen
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
Loading...