Create TreeNode array that represents document scructure in the TreeView.

Namespace:  Greatis.PrintSuite.Designer
Assembly:  Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)

Syntax

Visual Basic (Declaration)
Public Function GetTreeNodes ( _
	imageList As ImageList _
) As TreeNode()
C#
public TreeNode[] GetTreeNodes(
	ImageList imageList
)
Visual C++
public:
array<TreeNode^>^ GetTreeNodes(
	ImageList^ imageList
)
JavaScript
function getTreeNodes(imageList);

Parameters

imageList
Type: System.Windows.Forms..::.ImageList
Image list to fill by the components icons.

Return Value

Returns TreeNode array created from document structure.

See Also