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
)
Protected Overrides Function GetDisplayText (
dataItem As Object
) As String
protected:
virtual String^ GetDisplayText(
Object^ dataItem
) override
abstract GetDisplayText :
dataItem : Object -> string
override GetDisplayText :
dataItem : Object -> string
Parameters
- dataItem
- Type: SystemObject
The object that was selected in the suggestion box.
Return Value
Type:
StringThe display text.
See Also