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