Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
How to get check status from a Tree view control?
posted

Hi,

Could anyone please tell me how can I get the status (checked or unchecked) of a node from a Tree view control? please see attached screenshot

 

Thanks,

Rick

Parents
  • 6729
    Verified Answer
    Offline posted

    To get the Checked/Unchecked status of the entire tree you can use the "All Data" verification point (see screenshot below)

    To find out the state of a specific node (replace the 0 with the node index):

    UltraTree1Tree().GetNAProperty(

     

    "Nodes[0].CheckedState")

Reply Children
No Data