LookupSearchForHost<(Of <(<'TControl>)>)> Class
Hosts a control to display as the Search For control.
Implements the LookupSearchForHost
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public abstract class LookupSearchForHost<TControl> : LookupSearchForHost where TControl : Control
Public MustInherit Class LookupSearchForHost(Of TControl As Control) _ Inherits LookupSearchForHost
generic<typename TControl> where TControl : Control public ref class LookupSearchForHost abstract : public LookupSearchForHost
Type Parameters
- TControl
- The type of the t control.
Inheritance Hierarchy
RingSoft.DbLookup.Controls.WPF..::..LookupSearchForHost
RingSoft.DbLookup.Controls.WPF..::..LookupSearchForHost<(Of <(<'TControl>)>)>