Vertragsverwaltung-Klassenbibliothek  

clsServiceKatalogTree.Load_Tree -Methode

Laden der Treedaten und Tree aufbauen

[Visual Basic]
Public Function Load_Tree( _ 
ByRef tree As TreeView, _ 
Optional ByVal CheckState As Integer = 0 _ 
) As Object

Parameter

tree
Erforderlich.
CheckState
Optional. Der Standardwert ist 0.

Quellcode

[Visual Basic]
        Public Function Load_Tree(ByRef tree As TreeView, Optional ByVal CheckState As Integer = 0) 
Load_Treedata(CheckState) 
tree.Nodes.Clear() 
Load_Treeview(Treedata, tree) 
 
tree.ExpandAll() 
End Function

Forderungen

Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Siehe auch

clsServiceKatalogTree