Represents a GUI interface of combobox.
More...
|
void | IAddItem (string text) |
| Adds item.
|
|
void | IAddItem (string text, object val) |
| Adds item.
|
|
object | IGetItem (int index) |
| Returns the value of item.
|
|
void | IClearItems () |
| Clears the items.
|
|
bool | SetValueBy (string val) |
| Sets the selected index by value.
|
|
|
int | ISelectedIndex [get, set] |
| Returns index of selected item.
|
|
System.Data.DataRow | SelectedDataRow [get] |
| Returns the selected datarow.
|
|
Represents a GUI interface of combobox.
◆ IAddItem() [1/2]
void IGraphics.Controls.IComboBox.IAddItem |
( |
string | text | ) |
|
◆ IAddItem() [2/2]
void IGraphics.Controls.IComboBox.IAddItem |
( |
string | text, |
|
|
object | val ) |
Adds item.
- Parameters
-
text | Text of item. |
val | Value of item. |
◆ IGetItem()
object IGraphics.Controls.IComboBox.IGetItem |
( |
int | index | ) |
|
Returns the value of item.
- Parameters
-
- Returns
- The value as object.
◆ SetValueBy()
bool IGraphics.Controls.IComboBox.SetValueBy |
( |
string | val | ) |
|
Sets the selected index by value.
- Parameters
-
- Returns
- True when the set is successful.
The documentation for this interface was generated from the following file:
- Z:/x4t/src/IGraphics/Controls/IComboBox.cs