S
steve bull
I have created a control with a property BoxStyle, an enum, which is in a dll Graphics2D.dll. Normally when the editor
picks everything up it will give me context help eg. NewControls.ColorComboBox.BoxStyle.fullBox prompting at each step.
When I remove the reference to the dll and add it again the editor will do the prompt as I would expect. As soon as I
rebuild the editor no longer recognizes the BoxStyle property and only gives me the default properties for ListBox.
Can anyone explain what MS does? It is really annoying.
When I load the main project I get the compilation error 'BoxStyle is either undeclared or never assigned'. If I build
the code it runs fine. But, I really do not understand what Visual Studio's problem is.
Any ideas would be very welcome.
Thanks,
Steve
picks everything up it will give me context help eg. NewControls.ColorComboBox.BoxStyle.fullBox prompting at each step.
When I remove the reference to the dll and add it again the editor will do the prompt as I would expect. As soon as I
rebuild the editor no longer recognizes the BoxStyle property and only gives me the default properties for ListBox.
Can anyone explain what MS does? It is really annoying.
When I load the main project I get the compilation error 'BoxStyle is either undeclared or never assigned'. If I build
the code it runs fine. But, I really do not understand what Visual Studio's problem is.
Any ideas would be very welcome.
Thanks,
Steve