C# 클래스 Habanero.Faces.VWG.ExtendedTextBoxVWG

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

공개 메소드들

메소드 설명
ExtendedTextBoxVWG ( ) : System

Constructor with an unspecified Control Factory.

ExtendedTextBoxVWG ( IControlFactory factory ) : System

Constructor with a specified Control Factory

메소드 상세

ExtendedTextBoxVWG() 공개 메소드

Constructor with an unspecified Control Factory.
public ExtendedTextBoxVWG ( ) : System
리턴 System

ExtendedTextBoxVWG() 공개 메소드

Constructor with a specified Control Factory
public ExtendedTextBoxVWG ( IControlFactory factory ) : System
factory IControlFactory
리턴 System