Click or drag to resize
Sandcastle Help File BuilderRefreshableItemListBoxRefresh Method (Int32)
Refresh the specified item in the list box

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void Refresh(
	int index
)

Parameters

index
Type: SystemInt32
The index of the item to refresh
See Also