Vytvoří nový stromový pohled.
Jmenný prostor:
SGP.XUtilityKnihovna: SGP.XUtility (v SGP.XUtility)
Verze: dll
Syntaxe
C# |
---|
public static TreeView CreateTreeView( int x, int y, int width, int height, Color backColor, Color foreColor, Font font, params string[] items ) |
Parametry
- x
- Typ: System..::.Int32
Pozice X prvku.
- y
- Typ: System..::.Int32
Pozice Y prvku.
- width
- Typ: System..::.Int32
Šířka prvku.
- height
- Typ: System..::.Int32
Výška prvku.
- backColor
- Typ: System.Drawing..::.Color
Barva pozadí.
- foreColor
- Typ: System.Drawing..::.Color
Barva popředí.
- font
- Typ: System.Drawing..::.Font
Typ písma prvku.
- items
- Typ: array<
System..::.String
>[]()[]
Položky seznamu.