Gets the list of items to be displayed in the editor.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
IList<string> GetListItems () |
Visual Basic
Copy Code
|
|---|
Function GetListItems () As IList(Of String) |
A list of strings representing the items.
See Also