An NDoc Documented Class Library

ComboBox Class

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

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.ListBoxItems.ListControl
         White.Core.UIItems.ListBoxItems.ComboBox
            White.Core.UIItems.ListBoxItems.Win32ComboBox
            White.Core.UIItems.ListBoxItems.WinFormComboBox
            White.Core.UIItems.ListBoxItems.WPFComboBox

[Visual Basic]
Public Class ComboBox
    Inherits ListControl
[C#]
public class ComboBox : ListControl
[C++]
public __gc class ComboBox : public ListControl
[JScript]
public class ComboBox 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

ComboBox Members | White.Core.UIItems.ListBoxItems Namespace