C# Class Habanero.Faces.Win.ExtendedComboBoxWin

A ComboBox with a Button next to it on the right with a '...' displayed as the text.
Inheritance: UserControlWin, IExtendedComboBox
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
ExtendedComboBoxWin ( ) : System.Drawing

Constructs the ExtendedComboBoxWin with the default IControlFactory.

ExtendedComboBoxWin ( IControlFactory controlFactory ) : System.Drawing

Constructs the ExtendedComboBoxWin with the specified IControlFactory.

Method Details

ExtendedComboBoxWin() public method

Constructs the ExtendedComboBoxWin with the default IControlFactory.
public ExtendedComboBoxWin ( ) : System.Drawing
return System.Drawing

ExtendedComboBoxWin() public method

Constructs the ExtendedComboBoxWin with the specified IControlFactory.
public ExtendedComboBoxWin ( IControlFactory controlFactory ) : System.Drawing
controlFactory IControlFactory
return System.Drawing