| RefreshableItemListBoxRefresh Method (Int32) |
Refresh the specified item in the list box
Namespace: SandcastleBuilder.Utils.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void Refresh(
int index
)
Public Sub Refresh (
index As Integer
)
public:
void Refresh(
int index
)
member Refresh :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index of the item to refresh
See Also