C# Класс Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsCheckBoxAdapter

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, IWinFormsCheckBoxAdapter
Показать файл Открыть проект

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

Метод Описание
WinFormsCheckBoxAdapter ( CheckBox control ) : System

Приватные методы

Метод Описание
RaiseCheckChanged ( object sender, EventArgs e ) : void

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

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

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