Forum Discussion
ChrisMac
14 years agoContributor
Hi Mike-
I've finally found the right combination of objects and methods:
Dim bIsChecked
bIsChecked=This.phaseTreeView.Item(0).GetChecked
This will return TRUE or FALSE depending on whether the a TreeView branch is checked or not.
Hopefully this will be of some help to anyone else who is working with the phaseTreeView class. You can close my issue.
Chris
I've finally found the right combination of objects and methods:
Dim bIsChecked
bIsChecked=This.phaseTreeView.Item(0).GetChecked
This will return TRUE or FALSE depending on whether the a TreeView branch is checked or not.
Hopefully this will be of some help to anyone else who is working with the phaseTreeView class. You can close my issue.
Chris