Intelliprompt members list

SyntaxEditor for Windows Forms Forum

Posted 15 years ago by KC
Version: 4.0.0281
Avatar
I have a trial version and we are getting ready to purchase it...

But, I am trying to get a list of the members that popup in the Intelliprompt displayed list. (That is working correctly).

But, the list I am trying to loop through is not populated. I have tried putting the code in the editor Loaded event and that didn't work either. When is the Intelliprompt memberlist populated, or how can i obtain a list of all the members in code (without showing the Intelliprompt list)? BTW... I am using the DotNet Addon.

For Each mem As ActiproSoftware.SyntaxEditor.IntelliPromptMemberListItem In CodeEditor.IntelliPrompt.MemberList
ListMembers.Items.Add(mem.Text)
Next

Thanks-

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
The list items are built dynamically each time the member list is displayed since the items contained changes each time based on context. There is a help topic in the add-on documentation that talks about member list filtering. Perhaps check that out.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.