Override IntelliPromptMemberList

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Carl Gilbert
Avatar
Hi

Is it possible to override the IntelliPromptMemberList somehow? I am using the following component and wish to reder a more graphical context menu.

Failing that, is it possible to add a spacer item (like the one in the editors edit context menu) to seperate out groups of IntelliPropmtMemberListItems?

Regards, Carl Gilbert

[Modified at 10/20/2005 03:13 PM]

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Carl,

The component you specified is a menu control. Menus don't really relate to the member list (which is a ListBox) in any way. You can override the default context menu for SyntaxEditor now with your third-party control if you want.

For your second question you probably could add a separator item. Maybe by making the item's text "------------" or something along those lines. You'd have to handle the member list closing event and cancel insertion if the user ended up picking that item.


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.