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

LookupDataMauiBase..::..SetParentControls Method

Sets the parent controls.

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

Syntax


public void SetParentControls(
	ILookupControl control,
	ILookupWindow lookupWindow
)
Public Sub SetParentControls ( _
	control As ILookupControl, _
	lookupWindow As ILookupWindow _
)
public:
void SetParentControls(
	ILookupControl^ control, 
	ILookupWindow^ lookupWindow
)

Parameters

control
Type: RingSoft.DbLookup.Lookup..::..ILookupControl
The control.
lookupWindow
Type: RingSoft.DbLookup.Lookup..::..ILookupWindow
The lookup window.