Creates document structure from passes TreeNodeCollection.
Namespace:
Greatis.PrintSuite.DesignerAssembly: Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub FromTree ( _ src As TreeNodeCollection _ ) |
| C# |
|---|
public void FromTree( TreeNodeCollection src ) |
| Visual C++ |
|---|
public: void FromTree( TreeNodeCollection^ src ) |
| JavaScript |
|---|
function fromTree(src); |
Parameters
- src
- Type: System.Windows.Forms..::.TreeNodeCollection
TreeNodeCollection that represents document structure in the editor dialog.