Print Page | Close Window

How to add this menu?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1234
Printed Date: 06 November 2025 at 2:06pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to add this menu?
Posted By: freehawk
Subject: How to add this menu?
Date Posted: 04 October 2004 at 4:51am

Hello

I want to add "New Horizontal Tab Group" and "New Vertical Tab Group" menu items to my menu bar, please help me.

Thanks.

 




Replies:
Posted By: Boyd
Date Posted: 04 October 2004 at 8:24am

The following values can be used when working with the workspace actions:

ID_WS_ACTIONS = 35002
ID_WS_MOVE_TO_PREV = 9420
ID_WS_MOVE_TO_NEXT = 9421
ID_WS_NEW_HORZ_GROUP = 9422
ID_WS_NEW_VERT_GROUP = 9423

Add any control to your toolbar with this ID values and CommandBars will take care of the rest.



Posted By: freehawk
Date Posted: 04 October 2004 at 8:10pm

Thank you very much.

It is very useful for me.

Originally posted by Boyd Boyd wrote:

The following values can be used when working with the workspace actions:

ID_WS_ACTIONS = 35002
ID_WS_MOVE_TO_PREV = 9420
ID_WS_MOVE_TO_NEXT = 9421
ID_WS_NEW_HORZ_GROUP = 9422
ID_WS_NEW_VERT_GROUP = 9423

Add any control to your toolbar with this ID values and CommandBars will take care of the rest.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net