Interface IListControlItemContainer
Contains methods and properties which allow ListControlItem to get information about it's container.
public interface IListControlItemContainer
Properties
- 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.
- ColumnSeparatorWidth
Gets the width of the column separator, if defined. If not specified, it is suggested to use the default width, which is specified in DefaultColumnSeparatorWidth.
- Columns
Gets the collection of columns within the list control.
- Control
Gets control used by the container.
- Defaults
Gets defaults used when item is painted.
- Focused
Gets whether container is focused.
- FormatProvider
Gets the format provider to use for culture-specific formatting operations.
- HasColumns
Gets a value indicating whether the container has columns.
- ImageList
Gets the image list associated with the container.
- UniqueId
Gets unique id of the container.
Methods
- GetItemCount()
Gets count of the items.
- GetItemText(ListControlItem?, bool)
Returns the text representation of the specified list control item.
- 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.