C# Class Habanero.Faces.Base.InputFormComboBox

Provides a form containing a ComboBox in order to get a single input value back from a user
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreateOKCancelForm ( ) : IFormHabanero
GetLongestComboText ( ) : int

Method Details

CreateControlPanel() public méthode

Creates the panel on the form
public CreateControlPanel ( ) : IPanel
Résultat IPanel

InputFormComboBox() public méthode

Constructor for InputFormComboBox
public InputFormComboBox ( IControlFactory controlFactory, string message, List choices ) : System
controlFactory IControlFactory
message string
choices List
Résultat System

ShowDialog() public méthode

Shows the form to the user
public ShowDialog ( ) : DialogResult
Résultat DialogResult