Table of Contents

Method SetItems

Namespace
Alternet.Scripter.Integration.Wpf
Assembly
Alternet.Scripter.Integration.Wpf.v10.dll

SetItems(IEnumerable<Symbol>)

When implemented by a class, updates Symbol collection to the pop-up control.

public void SetItems(IEnumerable<Symbol> items)

Parameters

items IEnumerable<Symbol>

List of Symbol to be set.