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
Afficher le fichier Open project: Chillisoft/habanero.binding

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( Control other ) : bool
other System.Windows.Forms.Control
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Focus() public méthode

public Focus ( ) : bool
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

ResumeLayout() public méthode

public ResumeLayout ( bool performLayout ) : void
performLayout bool
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

SuspendLayout() public méthode

public SuspendLayout ( ) : void
Résultat void

WinFormsControlAdapter() public méthode

public WinFormsControlAdapter ( Control gridView ) : System
gridView System.Windows.Forms.Control
Résultat System