DisplayList collection provides a collection of DisplayItem objects.
| Count | Retrieves the number of items. |
| Item | Retrieves the DisplayItem object for the specified index. |
list = new Enumerator( document.Config.Display.ColorList );
for( ; !list.atEnd(); list.moveNext() ){
item = list.item();
alert( item.TextColor );
}
For Each item In document.Config.Display.ColorList
alert item.TextColor
Next
Supported on EmEditor Professional Version 7.00 or later.
Send feedback on this topic to Emurasoft