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
파일 보기 프로젝트 열기: Chillisoft/habanero.binding

공개 메소드들

메소드 설명
WinFormsCheckBoxAdapter ( CheckBox control ) : System

비공개 메소드들

메소드 설명
RaiseCheckChanged ( object sender, EventArgs e ) : void

메소드 상세

WinFormsCheckBoxAdapter() 공개 메소드

public WinFormsCheckBoxAdapter ( CheckBox control ) : System
control System.Windows.Forms.CheckBox
리턴 System