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
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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