Laden der Treedaten und Tree aufbauen
[Visual Basic] Public Function Load_Tree( _
ByRef tree As TreeView, _
Optional ByVal CheckState As Integer = 0 _
) As Object
[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
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