[This is preliminary documentation and is subject to change.]
Provides access to hosted elements
Namespace: NFX.WinForms.ElementsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
[BrowsableAttribute(false)]
public IEnumerable<Element> Elements { get; }
[BrowsableAttribute(false)]
public IEnumerable<Element> Elements { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property Elements As IEnumerable(Of Element)
Get
<BrowsableAttribute(false)>
Public ReadOnly Property Elements As IEnumerable(Of Element)
Get
public:
[BrowsableAttribute(false)]
property IEnumerable<Element^>^ Elements {
IEnumerable<Element^>^ get ();
}
public:
[BrowsableAttribute(false)]
property IEnumerable<Element^>^ Elements {
IEnumerable<Element^>^ get ();
}
[<BrowsableAttribute(false)>]
member Elements : IEnumerable<Element> with get
[<BrowsableAttribute(false)>]
member Elements : IEnumerable<Element> with get
Property Value
Type:
IEnumerable Element