ParameterInfo not hidden when host form is moved

SyntaxEditor for Windows Forms Forum

Posted 14 years ago by Nick Frazier
Version: 4.0.0282
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Avatar
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?

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Nick,

Correct it will not close right now when the form moves. However you can close it by calling:
editor.IntelliPrompt.ParameterInfo.Hide();


Actipro Software Support

The latest build of this product (v24.1.0) was released 3 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.