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 public TreeItem(
params ITreeItem[] children
)
Public Sub New (
ParamArray children As ITreeItem()
)
new :
children : ITreeItem[] -> TreeItem
Parameters
- children
- Type: Eto.FormsITreeItem
Children to populate this node with
See Also