C# Class Habanero.Faces.Base.InputFormDate

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

Public Methods

Method 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 method

Constructor for InputFormDate
public InputFormDate ( IControlFactory controlFactory, string message ) : System
controlFactory IControlFactory
message string
return System

ShowDialog() public method

Shows the form to the user
public ShowDialog ( ) : DialogResult
return DialogResult

createControlPanel() public method

Creates the panel on the form
public createControlPanel ( ) : IPanel
return IPanel