RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupSearchForDropDownHost<(Of <(<'TDropDownControl>)>)>..::..CanProcessSearchForKey Method

Determines whether this instance [can process search for key] the specified key.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public bool CanProcessSearchForKey(
	Key key
)
Public Function CanProcessSearchForKey ( _
	key As Key _
) As Boolean
public:
bool^ CanProcessSearchForKey(
	Key^ key
)

Parameters

key
Type: Key
The key.

Return Value

true if this instance [can process search for key] the specified key; otherwise, false.