Property | Type | Description | |
---|---|---|---|
m_button_KeyPress | void | ||
m_comboTextBox_KeyPress | void | ||
m_listBox_SameItemSelected | void | ||
m_listBox_SelectedIndexChanged | void |
Method | Description | |
---|---|---|
AddItem ( ITsString tss ) : void |
Add items to the FWComboBox but adjust the string so it matches the Font size.
|
|
FindStringExact ( ITsString tss ) : int |
Find the index where exactly this string occurs in the list, or -1 if it does not.
|
|
FindStringExact ( string str ) : int |
Find the index where exactly this string occurs in the list, or -1 if it does not.
|
|
FwComboBox ( ) : System |
Construct one.
|
|
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void |
|
|
SetTssWithoutChangingSelectedIndex ( ITsString tss ) : void |
This is used (e.g., in filter bar) when the text we want to show in the combo is something different from the text of the selected item.
|
Method | Description | |
---|---|---|
CreateDropDownBox ( ) : IDropDownBox |
Creates the drop down box.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
RaiseSelectedIndexChanged ( ) : void |
Fire the SelectedIndexChanged event.
|
Method | Description | |
---|---|---|
m_button_KeyPress ( object sender, |
Handle a key press in the combo box. If it is a dropdown list use typing to try to make a selection (cf. LT-2190).
|
|
m_comboTextBox_KeyPress ( object sender, |
Handle a key press in the combo box. If it is a dropdown list use typing to try to make a selection (cf. LT-2190).
|
|
m_listBox_SameItemSelected ( object sender, |
||
m_listBox_SelectedIndexChanged ( object sender, |
protected CreateDropDownBox ( ) : IDropDownBox | ||
return | IDropDownBox |
public FindStringExact ( ITsString tss ) : int | ||
tss | ITsString | |
return | int |
public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void | ||
hvo | int | |
tag | int | |
ivMin | int | |
cvIns | int | |
cvDel | int | |
return | void |
protected RaiseSelectedIndexChanged ( ) : void | ||
return | void |
public SetTssWithoutChangingSelectedIndex ( ITsString tss ) : void | ||
tss | ITsString | |
return | void |