以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 选择目录树节点的问题 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=64349) |
-- 作者:able -- 发布时间:2015/2/11 17:30:00 -- 选择目录树节点的问题 点击目录树节点时,如果该节点有父节点;则始终只选定该父节点 这应该怎么做 |
-- 作者:Bin -- 发布时间:2015/2/11 17:35:00 -- if e.node.ParentNode isnot nothing then e.node.ParentNode.checked=true
end if |
-- 作者:有点甜 -- 发布时间:2015/2/11 17:35:00 -- BeforeSelectNode事件
If e.Node.ParentNode IsNot Nothing Then |