Method SafeItem
SafeItem(int)
Gets ListControlItem item with the specified index.
If index of the item is invalid or item is not ListControlItem,
returns null
.
ListControlItem? SafeItem(int index)
Parameters
index
int
Gets ListControlItem item with the specified index.
If index of the item is invalid or item is not ListControlItem,
returns null
.
ListControlItem? SafeItem(int index)
index
int