Version

FormatFilteredItems Property

Returns or sets whether the text for the items that appear in the dropdown are formatted to highlight the characters that were typed by the user during an auto-suggest session.
Syntax
'Declaration
 
Public Property FormatFilteredItems As DefaultableBoolean
public DefaultableBoolean FormatFilteredItems {get; set;}
Remarks

When the EditorWithCombo is in "suggest mode" (i.e., the owner returns either 'Suggest' or 'SuggestAppend' from the GetAutoCompleteMode method), the dropdown automatically appears when the user types in the edit portion, displaying only the items that match the characters that were typed. The FormatFilteredItems property determines whether the first occurrence of that character string is bolded as it appears for each item in the dropdown.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also