C# 클래스 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
상속: IWinFormsControlAdapter
파일 보기 프로젝트 열기: Chillisoft/habanero.binding

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

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

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Focus() 공개 메소드

public Focus ( ) : bool
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

ResumeLayout() 공개 메소드

public ResumeLayout ( bool performLayout ) : void
performLayout bool
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void

SuspendLayout() 공개 메소드

public SuspendLayout ( ) : void
리턴 void

WinFormsControlAdapter() 공개 메소드

public WinFormsControlAdapter ( Control gridView ) : System
gridView System.Windows.Forms.Control
리턴 System