Свойство | Type | Description | |
---|---|---|---|
m_combo | |||
m_flid | int |
Méthode | Description | |
---|---|---|
DoIt ( IEnumerable |
||
FakeDoit ( IEnumerable |
||
IntChooserBEditControl ( string itemList, int flid ) : System |
Initialized with a string like "0:no;1:yes".
|
|
IntChooserBEditControl ( string itemList, int flid, int initialIndexToSelect ) : System |
Initialized with a list of strings; first signifies 0, next 1, etc.
|
|
SetClearField ( ) : void |
Méthode | Description | |
---|---|---|
FixSpellingStatus ( int hvoItem, int val ) : void | ||
GetBasicPropertyValue ( ISilDataAccess sda, int hvoOwner ) : int | ||
SetBasicPropertyValue ( ISilDataAccess sda, int newVal, int hvoOwner ) : void | ||
TryGetOriginalListValue ( ISilDataAccess sda, int hvoItem, int &value ) : bool | ||
UpdateListItemToNewValue ( ISilDataAccess sda, int hvoItem, int newVal, int oldVal ) : void | ||
m_combo_SelectedIndexChanged ( object sender, |
public DoIt ( IEnumerable |
||
itemsToChange | IEnumerable |
|
state | SIL.FieldWorks.Common.Controls.ProgressState | |
Résultat | void |
public FakeDoit ( IEnumerable |
||
itemsToChange | IEnumerable |
|
tagFakeFlid | int | |
tagEnabled | int | |
state | SIL.FieldWorks.Common.Controls.ProgressState | |
Résultat | void |
protected FixSpellingStatus ( int hvoItem, int val ) : void | ||
hvoItem | int | |
val | int | |
Résultat | void |
protected GetBasicPropertyValue ( ISilDataAccess sda, int hvoOwner ) : int | ||
sda | ISilDataAccess | |
hvoOwner | int | |
Résultat | int |
public IntChooserBEditControl ( string itemList, int flid ) : System | ||
itemList | string | The item list. |
flid | int | The flid. |
Résultat | System |
public IntChooserBEditControl ( string itemList, int flid, int initialIndexToSelect ) : System | ||
itemList | string | |
flid | int | |
initialIndexToSelect | int | Index of one of the items in the combo box, the most useful choice that should /// initially be selected. Comes from defaultBulkEditChoice attribute on [column] element in XML spec. Default 0. |
Résultat | System |
protected SetBasicPropertyValue ( ISilDataAccess sda, int newVal, int hvoOwner ) : void | ||
sda | ISilDataAccess | |
newVal | int | |
hvoOwner | int | |
Résultat | void |
protected TryGetOriginalListValue ( ISilDataAccess sda, int hvoItem, int &value ) : bool | ||
sda | ISilDataAccess | |
hvoItem | int | |
value | int | |
Résultat | bool |
protected UpdateListItemToNewValue ( ISilDataAccess sda, int hvoItem, int newVal, int oldVal ) : void | ||
sda | ISilDataAccess | |
hvoItem | int | |
newVal | int | |
oldVal | int | |
Résultat | void |
protected m_combo_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected ComboBox,System.Windows.Forms m_combo | ||
Résultat |