Gets or sets a value indicating if text other than combobox values can be entered into the combobox.
'Declaration
<DescriptionAttribute("Indicates if text other than combobox values can be entered into the combobox.")>
<CategoryAttribute("Behavior")>
Public Property AllowFreeText As Boolean
'Usage
Dim instance As WinComboBox
Dim value As Boolean
instance.AllowFreeText = value
value = instance.AllowFreeText
[Description("Indicates if text other than combobox values can be entered into the combobox.")]
[Category("Behavior")]
public bool AllowFreeText {get; set;}
Property Value
true if text other than combobox values can be entered into the combobox; false otherwise. If false combobox items will be selected when typing the first characters of the item.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2