C# Class Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsDateTimePickerAdapter

This is a ControlWraper for Any Control that Inherits from System.Windows.Forms.Control It wraps this Control behind a standard interface that allows any Control in a Windows Environment to take advantage of the Habanero ControlMappers IControlMapper
Inheritance: WinFormsControlAdapter, IWinFormsDateTimePickerAdapter
Mostra file Open project: Chillisoft/habanero.binding

Public Methods

Method Description
WinFormsDateTimePickerAdapter ( DateTimePicker control ) : System

Private Methods

Method Description
RaiseEnter ( object sender, EventArgs e ) : void
RaiseValueChanged ( object sender, EventArgs e ) : void

Method Details

WinFormsDateTimePickerAdapter() public method

public WinFormsDateTimePickerAdapter ( DateTimePicker control ) : System
control System.Windows.Forms.DateTimePicker
return System