Click or drag to resize

ShellAutoCompleteTextBoxGetDisplayText Method

Gets display text using the BindingEvaluator with the DisplayMember.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected override string GetDisplayText(
	Object dataItem
)

Parameters

dataItem
Type: SystemObject
The object that was selected in the suggestion box.

Return Value

Type: String
The display text.
See Also