The Portrate Interview Engine

InterviewControl.ComboBoxDefinitions Property

Enumerates the list of combo box control names in a javascript list. This is used by the interview control to hide combo boxes when popup windows are shown that occlude a combo box.

[Visual Basic]
Protected Property ReadOnly ComboBoxDefinitions As String
[C#]
protected string ComboBoxDefinitions { get; }
[C++]
protected: __property String* get_ComboBoxDefinitions();
[JScript]
protected function get ComboBoxDefinitions() : String

See Also

InterviewControl Class | Portrate.Interview Namespace