RanorexRanorex Documentation
Text Property
NamespacesRanorexComboBoxText
The text contained in the textbox part of the combobox. This can be the same as 'selectedtext'.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Text { get; set; }
Public Overridable Property Text As String
public:
virtual property String^ Text {
	String^ get ();
	void set (String^ value);
}
Exceptions
ExceptionCondition
SetAttributeFailedExceptionThrown if setting the attribute value failed.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)