Element OwnedElements Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns a list of elements owned by this element. Owned elements are deleted when this element is deleted. Element ownership does not affect element drawing

Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ElementList OwnedElements { get; }

Property Value

Type: ElementList
See Also