C# Class Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsControlAdapter

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

Public Methods

Method Description
Dispose ( ) : void
Equals ( Control other ) : bool
Equals ( object obj ) : bool
Focus ( ) : bool
GetHashCode ( ) : int
Invalidate ( ) : void
ResumeLayout ( bool performLayout ) : void
Select ( ) : void
SuspendLayout ( ) : void
WinFormsControlAdapter ( Control gridView ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( Control other ) : bool
other System.Windows.Forms.Control
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Focus() public method

public Focus ( ) : bool
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Invalidate() public method

public Invalidate ( ) : void
return void

ResumeLayout() public method

public ResumeLayout ( bool performLayout ) : void
performLayout bool
return void

Select() public method

public Select ( ) : void
return void

SuspendLayout() public method

public SuspendLayout ( ) : void
return void

WinFormsControlAdapter() public method

public WinFormsControlAdapter ( Control gridView ) : System
gridView System.Windows.Forms.Control
return System