Gets the collection of ListItem-s.
Namespace: MindFusion.Common.UI
File: ListContainer.js
Syntax
ExampleThe following sample creates a new ToolStripItem and adds it to the collection of items of a ToolStrip instance, which derives from ListContainer.
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; // create a new instance of the WindowHost control var button = new ui.ToolStripItem(ui.ToolStripItemType.Label, "New Tab"); |
See Also