jj 30.08
This commit is contained in:
@@ -1113,6 +1113,7 @@ Public Class frmConstructor_Main
|
|||||||
#Region "TreeView"
|
#Region "TreeView"
|
||||||
|
|
||||||
Public Sub SetSelectedNodeStyle(tncoll As TreeNodeCollection)
|
Public Sub SetSelectedNodeStyle(tncoll As TreeNodeCollection)
|
||||||
|
If NODE_NAVIGATION = False Then
|
||||||
For Each node As TreeNode In tncoll
|
For Each node As TreeNode In tncoll
|
||||||
|
|
||||||
If node.IsSelected Then
|
If node.IsSelected Then
|
||||||
@@ -1127,6 +1128,8 @@ Public Class frmConstructor_Main
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Next
|
Next
|
||||||
|
End If
|
||||||
|
|
||||||
TreeViewMain.Refresh()
|
TreeViewMain.Refresh()
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub NodeRecursive(ByVal n As TreeNode, searchRecord As Integer)
|
Private Sub NodeRecursive(ByVal n As TreeNode, searchRecord As Integer)
|
||||||
|
|||||||
Reference in New Issue
Block a user