C# 클래스 Habanero.Faces.Base.InputFormComboBox

Provides a form containing a ComboBox in order to get a single input value back from a user
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
CreateControlPanel ( ) : IPanel

Creates the panel on the form

InputFormComboBox ( IControlFactory controlFactory, string message, List choices ) : System

Constructor for InputFormComboBox

ShowDialog ( ) : DialogResult

Shows the form to the user

비공개 메소드들

메소드 설명
CreateOKCancelForm ( ) : IFormHabanero
GetLongestComboText ( ) : int

메소드 상세

CreateControlPanel() 공개 메소드

Creates the panel on the form
public CreateControlPanel ( ) : IPanel
리턴 IPanel

InputFormComboBox() 공개 메소드

Constructor for InputFormComboBox
public InputFormComboBox ( IControlFactory controlFactory, string message, List choices ) : System
controlFactory IControlFactory
message string
choices List
리턴 System

ShowDialog() 공개 메소드

Shows the form to the user
public ShowDialog ( ) : DialogResult
리턴 DialogResult