An NDoc Documented Class Library

ListBox Class

For a list of all members of this type, see ListBox Members.

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.ListBoxItems.ListControl
         White.Core.UIItems.ListBoxItems.ListBox

[Visual Basic]
Public Class ListBox
    Inherits ListControl
[C#]
public class ListBox : ListControl
[C++]
public __gc class ListBox : public ListControl
[JScript]
public class ListBox extends ListControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: White.Core.UIItems.ListBoxItems

Assembly: White.Core (in White.Core.dll)

See Also

ListBox Members | White.Core.UIItems.ListBoxItems Namespace