Метод | Описание | |
---|---|---|
ClearSelected ( ) : void | ||
FindString ( string strValue ) : int | ||
FindString ( string strValue, int intStartIndex ) : int | ||
GetItemText ( object item ) : string | ||
SetSelected ( int index, bool value ) : void | ||
WinFormsListBoxAdapter ( |
Метод | Описание | |
---|---|---|
RaiseSelectedIndexChanged ( object sender, |
||
RaiseSelectedValueChanged ( object sender, |
public FindString ( string strValue ) : int | ||
strValue | string | |
Результат | int |
public FindString ( string strValue, int intStartIndex ) : int | ||
strValue | string | |
intStartIndex | int | |
Результат | int |
public GetItemText ( object item ) : string | ||
item | object | |
Результат | string |
public SetSelected ( int index, bool value ) : void | ||
index | int | |
value | bool | |
Результат | void |
public WinFormsListBoxAdapter ( |
||
control | ||
Результат | System |