Method RemoveEmptyMessageBoxIconIndexes
RemoveEmptyMessageBoxIconIndexes<T>(ListControl<T>)
Removes empty message box icon indexes from the items of the specified list control.
public static void RemoveEmptyMessageBoxIconIndexes<T>(ListControl<T> container) where T : class, new()
Parameters
container
ListControl<T>
Type Parameters
T