Class OutputTreeBox
Factory methods for OutputTreeBox<T>.
public static class OutputTreeBox- Inheritance
- 
      objectOutputTreeBox
Methods
Show<T>(IWin32Window?, string, NamedCollection<T>, char)
Displays an output dialog with tree data.
public static void Show<T>(IWin32Window? owner, string title, NamedCollection<T> data, char separator = '|') where T : INamedParameters
- ownerIWin32Window
- The parent window for the dialogs; can be - null.
- titlestring
- A title for the data. 
- dataNamedCollection<T>
- The data to display. 
- separatorchar
- The character used to separate namespaces in the Names. This controls how the tree structure is generated. 
Type Parameters
- T
- The type of INamed object to list. Special support for types implementing IHighlightColor and/or IContextMenu.