DbMaintenanceWindowProcessor..::..ShowFindLookupWindow Method
Shows the find lookup window.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public virtual void ShowFindLookupWindow( LookupDefinitionBase lookupDefinition, bool allowAdd, bool allowView, string initialSearchFor, PrimaryKeyValue initialSearchForPrimaryKey )
Public Overridable Sub ShowFindLookupWindow ( _ lookupDefinition As LookupDefinitionBase, _ allowAdd As Boolean, _ allowView As Boolean, _ initialSearchFor As String, _ initialSearchForPrimaryKey As PrimaryKeyValue _ )
public: virtual void ShowFindLookupWindow( LookupDefinitionBase^ lookupDefinition, bool^ allowAdd, bool^ allowView, String^ initialSearchFor, PrimaryKeyValue^ initialSearchForPrimaryKey )
Parameters
- lookupDefinition
- Type: RingSoft.DbLookup.Lookup..::..LookupDefinitionBase
The lookup definition.
- allowAdd
- Type: Boolean
if set to true [allow add].
- allowView
- Type: Boolean
if set to true [allow view].
- initialSearchFor
- Type: String
The initial search for.
- initialSearchForPrimaryKey
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The initial search for primary key.