C# 클래스 Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsTextBoxAdapter

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SelectAll ( ) : void
WinFormsTextBoxAdapter ( TextBox control ) : System.Windows.Forms

메소드 상세

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

WinFormsTextBoxAdapter() 공개 메소드

public WinFormsTextBoxAdapter ( TextBox control ) : System.Windows.Forms
control System.Windows.Forms.TextBox
리턴 System.Windows.Forms