C# Class Habanero.Faces.Base.InputFormDate

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

Méthodes publiques

Méthode Description
InputFormDate ( IControlFactory controlFactory, string message ) : System

Constructor for InputFormDate

ShowDialog ( ) : DialogResult

Shows the form to the user

createControlPanel ( ) : IPanel

Creates the panel on the form

Method Details

InputFormDate() public méthode

Constructor for InputFormDate
public InputFormDate ( IControlFactory controlFactory, string message ) : System
controlFactory IControlFactory
message string
Résultat System

ShowDialog() public méthode

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

createControlPanel() public méthode

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