G
Guest
Hello,
I have a Tree that contains tooltips, however when I right click on a
node of the tree the context menu covers up the tooltips and it looks rather
unprofessional.
I wish to hide the tooltips before the context menu is displayed. I have the
following code.
MyTree_mouseup event
'stop the tooltips this does not seem to work
MyTree.tooltips = false
'start the context menu, I wish to remove tooltips at this
point
If SetupContextMenu(cmnuTree, myNode.Tag.ToString,
ContextMenuImageList)
'some irrelevant code here
End If
thanx in advance
Robbie
I have a Tree that contains tooltips, however when I right click on a
node of the tree the context menu covers up the tooltips and it looks rather
unprofessional.
I wish to hide the tooltips before the context menu is displayed. I have the
following code.
MyTree_mouseup event
'stop the tooltips this does not seem to work
MyTree.tooltips = false
'start the context menu, I wish to remove tooltips at this
point
If SetupContextMenu(cmnuTree, myNode.Tag.ToString,
ContextMenuImageList)
'some irrelevant code here
End If
thanx in advance
Robbie