PixelLayoutContents Property |
Gets a collection of controls that are contained by this layout
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public List<Control> Contents { get; }
Public ReadOnly Property Contents As List(Of Control)
Get
member Contents : List<Control> with get
Property Value
Type:
ListControlThe contents of the container.
Remarks See Also