ComboBoxEx ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

A ComboBox that allows to specify the color of the control. Note that the ForeColor of the parent ComboBox only paints the drop-down list but not the face color of the ComboBox itself.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.ComponentModel Component
      OnlineSystem.Windows.Forms Control
        OnlineSystem.Windows.Forms ListControl
          OnlineSystem.Windows.Forms ComboBox
            NFX.WinForms.Controls ComboBoxEx

Namespace: NFX.WinForms.Controls
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class ComboBoxEx : ComboBox
See Also