ControlCenter
<< Click to Display Table of Contents >> ControlCenter |
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.
Note: For a complete, working example of this class in use, download framework example located on our Developing AddOns Overview |
private NTMenuItem ControlCenterNewMenu; |