C# Класс 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.
Наследование: UserControlWin, IExtendedTextBox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

ExtendedTextBoxWin() публичный Метод

Constructor with an unspecified Control Factory.
public ExtendedTextBoxWin ( ) : System
Результат System

ExtendedTextBoxWin() публичный Метод

Constructor with a specified Control Factory
public ExtendedTextBoxWin ( IControlFactory factory ) : System
factory IControlFactory
Результат System

SetButtonIcon() публичный Метод

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"
Результат void