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

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

공개 메소드들

메소드 설명
ClearSelected ( ) : void
FindString ( string strValue ) : int
FindString ( string strValue, int intStartIndex ) : int
GetItemText ( object item ) : string
SetSelected ( int index, bool value ) : void
WinFormsListBoxAdapter ( ListBox control ) : System

비공개 메소드들

메소드 설명
RaiseSelectedIndexChanged ( object sender, EventArgs e ) : void
RaiseSelectedValueChanged ( object sender, EventArgs e ) : void

메소드 상세

ClearSelected() 공개 메소드

public ClearSelected ( ) : void
리턴 void

FindString() 공개 메소드

public FindString ( string strValue ) : int
strValue string
리턴 int

FindString() 공개 메소드

public FindString ( string strValue, int intStartIndex ) : int
strValue string
intStartIndex int
리턴 int

GetItemText() 공개 메소드

public GetItemText ( object item ) : string
item object
리턴 string

SetSelected() 공개 메소드

public SetSelected ( int index, bool value ) : void
index int
value bool
리턴 void

WinFormsListBoxAdapter() 공개 메소드

public WinFormsListBoxAdapter ( ListBox control ) : System
control System.Windows.Forms.ListBox
리턴 System