An NDoc Documented Class Library

CoreConfiguration.ComboBoxItemsPopulatedWithoutDropDownOpen Property

[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);

See Also

CoreConfiguration Interface | White.Core.Configuration Namespace