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

LookupAddViewArgs..::..OwnerWindow Property

Gets the owner window that is firing this event. For use in setting owner property of the WPF window associated with the Table Definition.

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

Syntax


public Object OwnerWindow { get; set; }
Public Property OwnerWindow As Object
	Get
	Set
public:
property Object^ OwnerWindow {
	Object^ get ();
	void set (Object^ value);
}

Field Value

The owner window.