C# Class Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsNumericUpDownAdapter

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, IWinFormsNumericUpDownAdapter
Datei anzeigen Open project: Chillisoft/habanero.binding

Public Methods

Method Description
Select ( int i, int length ) : void
WinFormsNumericUpDownAdapter ( NumericUpDown control ) : System

Method Details

Select() public method

public Select ( int i, int length ) : void
i int
length int
return void

WinFormsNumericUpDownAdapter() public method

public WinFormsNumericUpDownAdapter ( NumericUpDown control ) : System
control System.Windows.Forms.NumericUpDown
return System