An NDoc Documented Class Library

ListControl Class

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

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

[Visual Basic]
Public Class ListControl
    Inherits UIItem
    Implements ListItemContainer, VerticalSpanProvider
[C#]
public class ListControl : UIItem, ListItemContainer, VerticalSpanProvider
[C++]
public __gc class ListControl : public UIItem, ListItemContainer, VerticalSpanProvider
[JScript]
public class ListControl extends UIItem, ListItemContainer, VerticalSpanProvider

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

ListControl Members | White.Core.UIItems.ListBoxItems Namespace