Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a SmartItem to the collection. |
![]() | AddRange | Overloaded. Adds each element of an object array to the end of the collection as a SmartItem. |
![]() | Clear | Removes all SmartItems from the collection. |
![]() | Contains | Retrieves a boolean value indicating if a specific SmartItem exists in the list. |
![]() | CopyTo | Copies the items of the collection to an array, starting at a particular array index. |
![]() | GetFirstItem | Retrieves the first SmartItem in the collection that has the specified state. |
![]() | GetLastItem | Retrieves the last SmartItem in the collection that has the specified state. |
![]() | GetNextItem | Retrieves the next SmartItem in the collection that has the specified state. |
![]() | GetPreviousItem | Retrieves the previous SmartItem in the collection that has the specified state. |
![]() | GetRequiredSize | Retrieves the size required to display all of the SmartItems contained within the collection. |
![]() | IndexOf | Searches for the specified SmartItem in the collection and returns its zero-based index. |
![]() | Insert | Inserts a SmartItem into the collection at the specified index. |
![]() | Refresh | Overloaded. Refreshes the collection non-recursively. |
![]() | Remove | Removes the specified SmartItem from the collection. |
![]() | RemoveAt | Removes the SmartItem at the specified index from the collection. |
![]() | SelectFirstItem | Selects the first SmartItem in the collection. |
![]() | SelectLastItem | Selects the last SmartItem in the collection. |
![]() | SelectNextItem | Selects the next SmartItem in the collection. |
![]() | SelectPreviousItem | Selects the previous SmartItem in the collection. |
![]() | Sort | Sorts the collection non-recursively (only 1 level). |
![]() | UpdateHasShortcuts | This method is reserved for internal use and is not intended to be used directly from your code. |