SetText Method (OracleFormsComboBox)
Class
OracleFormsComboBox
.
Action
Sets the text of the combo box to the specified text.
Syntax
C#
oracleFormsComboBox
.
SetText
(
text
)
VB
oracleFormsComboBox
.
SetText
(
text
)
Variable
Description
text
New text of the combo box.
String
.