Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Example Adding AddOn to Control Center Tools Menu
Collapse
X
-
Example Adding AddOn to Control Center Tools Menu
Is there an example of how to add an AddOn to the Control Center Tools menu (or Help or other menus too)? The online AddOn examples show how to add to the New menu, and hint at how to add to other menus in a comment ...
... but a working example would be very helpful.Other menus can be accessed via the control's "Automation ID"; e.g. toolsMenuItem, workspacesMenuItem, connectionsMenuItem, helpMenuItem
Thanks. -
Hello jeronymite,
The process is the same for any menu item you just need to know the automation ID. You can find some details about how to locate the automation ID's in the following post: https://ninjatrader.com/support/foru...775#post752775
The Inspect tool can be used to observe the ID's of various controls in a window and observe its visual tree. Keep in mind this area is not documented so there are no samples surrounding using the inspect tool or this type of design. There is a provided extension method for controls "FindFirst" which can use automation ID's to target a control but beyond that your WPF knowledge will play a key role in this exploration.
ControlCenterMenuItemTools is the ID of the tools menu:
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
581 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment