Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

THTMLTreeView
How to add/remove and get/set state of radiobuttons & checkboxes

Following methods are available to add/remove and get/set state of radiobuttons & checkboxes:
htmltreeview.SetRadioButton();
htmltreeview.GetRadioButton();
htmltreeview.RemoveRadioButton();

htmltreeview.SetNodeCheck();
htmltreeview.GetNodeCheck();
htmltreeview.RemoveNodeCheck();