[Visual Basic] Property ComboBoxItemsPopulatedWithoutDropDownOpen As Boolean [C#] bool ComboBoxItemsPopulatedWithoutDropDownOpen { get; set; } [C++] __property bool get_ComboBoxItemsPopulatedWithoutDropDownOpen(); __property void set_ComboBoxItemsPopulatedWithoutDropDownOpen(bool ); [JScript] function get ComboBoxItemsPopulatedWithoutDropDownOpen() : bool function set ComboBoxItemsPopulatedWithoutDropDownOpen(bool);
CoreConfiguration Interface | White.Core.Configuration Namespace