| TableLayoutControls Property  | 
 
            Gets an enumeration of controls that are directly contained by this container
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic override IEnumerable<Control> Controls { get; }Public Overrides ReadOnly Property Controls As IEnumerable(Of Control)
	Get
abstract Controls : IEnumerable<Control> with get
override Controls : IEnumerable<Control> with get
Property Value
Type: 
IEnumerableControlThe contained controls.
 See Also
See Also