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

LookupDefinitionBase..::..ShowAddOnTheFlyWindow Method

Shows the add on the fly window.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public void ShowAddOnTheFlyWindow(
	PrimaryKeyValue selectedPrimaryKeyValue,
	Object addViewParameter,
	Object ownerWindow
)
Public Sub ShowAddOnTheFlyWindow ( _
	selectedPrimaryKeyValue As PrimaryKeyValue, _
	addViewParameter As Object, _
	ownerWindow As Object _
)
public:
void ShowAddOnTheFlyWindow(
	PrimaryKeyValue^ selectedPrimaryKeyValue, 
	Object^ addViewParameter, 
	Object^ ownerWindow
)

Parameters

selectedPrimaryKeyValue
Type: RingSoft.DbLookup..::..PrimaryKeyValue
The selected primary key value.
addViewParameter
Type: Object
The add view parameter.
ownerWindow
Type: Object
The owner window.