C# Class 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
Inheritance: WinFormsControlAdapter, IWinFormsCheckBoxAdapter
Afficher le fichier Open project: Chillisoft/habanero.binding

Méthodes publiques

Méthode Description
WinFormsCheckBoxAdapter ( CheckBox control ) : System

Private Methods

Méthode Description
RaiseCheckChanged ( object sender, EventArgs e ) : void

Method Details

WinFormsCheckBoxAdapter() public méthode

public WinFormsCheckBoxAdapter ( CheckBox control ) : System
control System.Windows.Forms.CheckBox
Résultat System