System.Web 1.0.5000.0 2.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. The interface defines the properties and methods that must be implemented by all list controls that repeats a list of items, such as , , and . To indicate whether a list control contains a heading section, footer section, or separators, this interface defines the , , and properties, respectively. The property is used to represent the number of items in the list. Use the method to determine the style of an item in the list. The method is used to display an item. Defines the properties and methods that must be implemented by any list control that repeats a list of items. Method System.Web.UI.WebControls.Style A list control that inherits from the interface must implement the method to retrieve the style of the specified item type at the specified index in the list control. Retrieves the style of the specified item type at the specified index in the list control. A that represents the style of the specified item type at the specified index in the list control. One of the enumeration values. An ordinal index that specifies the location of the item in the list control. 1.0.5000.0 2.0.0.0 Property System.Boolean To be added: an object of type 'bool' A list control that inherits from the interface must implement the property to indicate whether the list control contains a footer section. Gets a value indicating whether the list control contains a footer section. 1.0.5000.0 2.0.0.0 Property System.Boolean To be added: an object of type 'bool' A list control that inherits from the interface must implement the property to indicate whether the list control contains a heading section. Gets a value indicating whether the list control contains a heading section. 1.0.5000.0 2.0.0.0 Property System.Boolean To be added: an object of type 'bool' A list control that inherits from the interface must implement the property to indicate whether the list control contains separators between items in the list. Gets a value indicating whether the list control contains a separator between items in the list. 1.0.5000.0 2.0.0.0 Method System.Void A list control that inherits from the interface must implement the method to render an item in the list with the specified information. Renders an item in the list with the specified information. One of the enumeration values. An ordinal index that specifies the location of the item in the list control. A that represents the information used to render the item in the list. A that represents the output stream to render HTML content on the client. 1.0.5000.0 2.0.0.0 Property System.Int32 To be added: an object of type 'int' A list control that inherits from the interface must implement the property to indicate the number of items in the control. Gets the number of items in the list control. 1.0.5000.0 2.0.0.0