Namespaces | |
| namespace | Automation |
| namespace | Commands |
| namespace | Controls |
| namespace | Converters |
| namespace | Extensions |
| namespace | ItemPicker |
| namespace | Resources |
| namespace | Utils |
Classes | |
| class | DependencyObjectExtension |
| class | HelpUserControl |
| This class can be used to display the general help or information page when the administrator selects the plug-in node. More... | |
| class | ItemPickerForm |
| This class is deprecated. Windows Forms controls are no longer supported. Use ItemPickerWpfWindow instead. A form used for selecting a single Item. After this form has been created, the properties should be set, and the Init() method should ALWAYS be called. More... | |
| class | ItemPickerUserControl |
| This class is deprecated. Windows Forms controls are no longer supported. Use ItemPickerWpfWindow instead. The ItemPickerUserControl is used to select one or multiple items. The control has a layout of a TreeView with items to select from and a ListView with the selected items. Category and Kind dropdowns can be hidden. This control requires a call to Init() for the Icons to show up correctly. For adding this UserControl to a Form for selecting one or more cameras and one or more events, the following code could be used: More... | |
| class | ItemPickerWpfUserControl |
| The ItemPickerWpfUserControl can be embedded into any custom WPF control you create, to allow selecting one or more Items from a list. It should be configured using its properties. More... | |
| class | ItemPickerWpfWindow |
| The ItemPickerWpfWindow can be used as a Dialog to allow the user to select one or more Items from a provided list. It should be configured using the properties. More... | |
| class | ScrollableWindowsFormsHost |
| This class is a Windows Forms host which supports being inside a scroll container. More... | |
| class | TaggedItem |
| For internal use only. | |
| class | ThemeManager |
| class | Util |
| A utility class to collect all Icons used in the system for both plug-ins and for the Environment. Lookup to an Icon is done via KindToImageIndex, and KindToCategory can be used for the default Category if an Kind. More... | |
| class | WaitCursor |
| A simple class to be used around code taking a bit of time to execute. More... | |
| class | WindowsFormsHostConstants |
| class | WpfWaitCursor |
| A simple class to be used around code taking a bit of time to execute. This should be used in WPF application. More... | |
Enumerations | |
| enum | SelectionModeOptions { SingleSelect = 1 , AutoCloseOnSelect = 2 , MultiSelect = 3 } |
| Options. More... | |