| TreeItem Constructor (ITreeItem) | 
 
            Initializes a new instance of the 
TreeItem class with the specified children
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic TreeItem(
	params ITreeItem[] children
)
Public Sub New ( 
	ParamArray children As ITreeItem()
)
new : 
        children : ITreeItem[] -> TreeItemParameters
- children
- Type: Eto.FormsITreeItem
 Children to populate this node with
 See Also
See Also