NTextRepresentableItemMap Class Members
In This Topic
The following tables list the members exposed by NTextRepresentableItemMap.
Public Constructors
Public Methods
| Name | Description |
| Add | Adds the given item to the map. |
| GetNext | Get an item, whose text starts with the given character, and which is after the item with the given index in the items collection it resides in. Returns null if no item with the given first char exist. |
| Remove | Removes the given item from the map. |
| Update | Updates the location of the given item in the map. This method should always be called when the text of the item has changed. |
Top
See Also