This is a a simple derived list box in which you can refresh a specified item to show updates to the text displayed in the list box for the item.

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class RefreshableItemListBox : ListBox
Visual Basic
Public Class RefreshableItemListBox _
	Inherits ListBox

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ListControl
          System.Windows.Forms..::..ListBox
            SandcastleBuilder.Utils.Controls..::..RefreshableItemListBox

See Also