SelectionListWindow Class

Integrated window to display a list with several selection options. If you use the dialog in script and user have not installed correct versions of framework you have to add following dll imports: // DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationCore.dll; // DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.dll; // DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\WindowsBase.dll;

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class SelectionListWindow : Window, 
	IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    Window    SelectionListWindow
Implements
IComponentConnector

Constructors

Properties

DescriptionText Get/Set the text for the description field under the title.
MaxListHeight Get/Set the height of the inner button list (unit in px).
WindowTitle Get/Set the title of the window.

Methods

GetAllOptions Get a list of all button options.
GetSelectedOptions Get a list of the selected button options.
GetSelectedStrings Get a list of names of the selected buttons.
InitializeComponent InitializeComponent

Extension Methods

See Also