Initializes a new instance of the Treeview class

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public Treeview(
	string name,
	Font font,
	int x,
	int y,
	int width,
	int height,
	TreeviewNode[] nodes
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Skewworks.NETMF.Controls.Treeview.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Controls.TreeviewNode[])"]

font
Type: Font

[Missing <param name="font"/> documentation for "M:Skewworks.NETMF.Controls.Treeview.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Controls.TreeviewNode[])"]

x
Type: System..::..Int32

[Missing <param name="x"/> documentation for "M:Skewworks.NETMF.Controls.Treeview.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Controls.TreeviewNode[])"]

y
Type: System..::..Int32

[Missing <param name="y"/> documentation for "M:Skewworks.NETMF.Controls.Treeview.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Controls.TreeviewNode[])"]

width
Type: System..::..Int32

[Missing <param name="width"/> documentation for "M:Skewworks.NETMF.Controls.Treeview.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Controls.TreeviewNode[])"]

height
Type: System..::..Int32

[Missing <param name="height"/> documentation for "M:Skewworks.NETMF.Controls.Treeview.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Controls.TreeviewNode[])"]

nodes
Type: array<Skewworks.NETMF.Controls..::..TreeviewNode>[]()[][]

[Missing <param name="nodes"/> documentation for "M:Skewworks.NETMF.Controls.Treeview.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Controls.TreeviewNode[])"]

See Also