An NDoc Documented Class Library

WinFormComboBox Class

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

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

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

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

WinFormComboBox Members | White.Core.UIItems.ListBoxItems Namespace