C# Class Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsPanelAdapter

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, IWinFormsPanelAdapter
Mostra file Open project: Chillisoft/habanero.binding

Public Methods

Method Description
WinFormsPanelAdapter ( Panel control ) : System

Method Details

WinFormsPanelAdapter() public method

public WinFormsPanelAdapter ( Panel control ) : System
control System.Windows.Forms.Panel
return System