Object scripts

Overview

Object scripts is a navigation-tree entry in the main AnalyticsCreator window.

Function

The tree node is created in MainWindow.xaml.cs and uses the mnuObjectScripts context menu defined in MainWindow.xaml.

Access

This topic was rebuilt from MainWindow.xaml and MainWindow.xaml.cs. The source shows the tree entry, its context-menu commands, and the supporting main-window controls.

How to access

Navigation tree

Main window tree -> Object scripts

Toolbar

Not direct. Use the navigation tree object scripts node.

Diagram

Not direct. Use the navigation tree.

Visual element

MainWindow -> Object scripts tree node

Screen overview

The Object scripts navigation entry exposes the following tree labels and commands in the source-backed UI.

IDPropertyDescription
1RefreshVisible label, button, tab, or grid header defined in the source-backed XAML.
2List object scriptsVisible label, button, tab, or grid header defined in the source-backed XAML.
3Add object scriptVisible label, button, tab, or grid header defined in the source-backed XAML.

Related topics