C# Класс 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
Наследование: WinFormsControlAdapter, IWinFormsNumericUpDownAdapter
Показать файл Открыть проект

Открытые методы

Метод Описание
Select ( int i, int length ) : void
WinFormsNumericUpDownAdapter ( NumericUpDown control ) : System

Описание методов

Select() публичный Метод

public Select ( int i, int length ) : void
i int
length int
Результат void

WinFormsNumericUpDownAdapter() публичный Метод

public WinFormsNumericUpDownAdapter ( NumericUpDown control ) : System
control System.Windows.Forms.NumericUpDown
Результат System