ControlCenter
Definition
ControlCenter is a XAML-defined class containing the layout and properties of the Control Center window. When altering the Control Center window (for example, to add a menu item into the “New” menu to launch an NTWindow as part of an AddOn, as seen in the example below), a generic reference to a Window object can be cast to ControlCenter specifically.
For a complete, working example of this class in use, download framework example located on our Developing AddOns Overview.

