C# Class Habanero.Faces.Win.ExtendedTextBoxWin

A Text Box with a Search Button. This is typically used for cases where there is a large list of potential items and it is not appropriate to use a ComboBox for selecting the items.
Inheritance: UserControlWin, IExtendedTextBox
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
ExtendedTextBoxWin ( ) : System

Constructor with an unspecified Control Factory.

ExtendedTextBoxWin ( IControlFactory factory ) : System

Constructor with a specified Control Factory

SetButtonIcon ( string resourceName ) : void

sets an icon on the picker button by a name of a resource to be found in one of the loaded assemblies

Method Details

ExtendedTextBoxWin() public method

Constructor with an unspecified Control Factory.
public ExtendedTextBoxWin ( ) : System
return System

ExtendedTextBoxWin() public method

Constructor with a specified Control Factory
public ExtendedTextBoxWin ( IControlFactory factory ) : System
factory IControlFactory
return System

SetButtonIcon() public method

sets an icon on the picker button by a name of a resource to be found in one of the loaded assemblies
public SetButtonIcon ( string resourceName ) : void
resourceName string name of the resource to load, eg "doctor-icon.png"
return void