BarItemCollection.AddCustomComboBox Method
| Name | Parameters | Description |
|---|---|---|
| AddCustomComboBox(Func<Object>, Func<Object, Task>) | getValue, valueChanged | Adds a custom combobox editor to the end of the bar item collection. |
| AddCustomComboBox(Int32, Func<Object>, Func<Object, Task>) | index, getValue, valueChanged | Adds a custom combobox editor to the specified position in the bar item collection. |