Interface IListControlItemContainer
Contains methods and properties which allow ListControlItem to get information about it's container.
public interface IListControlItemContainerProperties
- CheckImageChecked
- Gets the checked state image for the checkbox. 
- CheckImageIndeterminate
- Gets the indeterminate state image for the checkbox. 
- CheckImageUnchecked
- Gets the unchecked state image for the checkbox. 
- Control
- Gets control used by the container. 
- Defaults
- Gets defaults used when item is painted. 
- ImageList
- Gets the image list associated with the container. 
- UniqueId
- Gets unique id of the container. 
Methods
- GetItemCount()
- Gets count of the items. 
- GetItemText(int, bool)
- Returns the text representation of item with the specified - index.
- SafeItem(int)
- Gets ListControlItem item with the specified index. If index of the item is invalid or item is not ListControlItem, returns - null.