ListBox::RefreshItem Method (Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Refreshes the item contained at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element to refresh.
If the DisplayMember property is set and the property in the data source that is assigned to DisplayMember changes, use the RefreshItem method to update the value in the ListBox control.
.NET Framework
Available since 1.1
Available since 1.1
Show: