Posted 15 years ago
by Nick Frazier
Version: 4.0.0282
Platform: .NET 2.0
Environment: Windows XP (32-bit)
To reproduce, open the sample project. Choose SDI Editor Application, then choose C# Add-on (or anything that supports ParameterInfo).
Type in the following within the context of one of the functions in the sample text:
Add(
The ParameterInfo will be displayed. Now, click on the title bar of the form (Where it says "SyntaxEditor SDI Editor Application") and drag the form around the screen.
You will notice that the form moves, but the ParameterInfo stays where it originally appeared.
I would expect that the ParameterInfo would close itself, as the MemberInfo window does.
If this is as designed behavior, is there a way to force the ParameterInfo to hide on form move?
Type in the following within the context of one of the functions in the sample text:
Add(
The ParameterInfo will be displayed. Now, click on the title bar of the form (Where it says "SyntaxEditor SDI Editor Application") and drag the form around the screen.
You will notice that the form moves, but the ParameterInfo stays where it originally appeared.
I would expect that the ParameterInfo would close itself, as the MemberInfo window does.
If this is as designed behavior, is there a way to force the ParameterInfo to hide on form move?