Creates a tree view.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
C# |
---|
[DefaultMethodAttribute] public static TreeView CreateTreeView( int x, int y, params string[] items ) |
Parameters
- x
- Type: System..::.Int32
Position X.
- y
- Type: System..::.Int32
Position Y.
- items
- Type: array<
System..::.String
>[]()[]
Items in the selection.