Deselects an item.
Namespace: MindFusion.Common.UI
File: ListContainer.js
Syntax
ExampleThe following sample checks if any items are selected in a ToolStrip and then deselcts the first one.
JavaScript
Copy Code
|
|---|
toolstrip.selectItem(button); if(toolstrip.selection.items().count() > 0) |
See Also