IRegTreeItem interface
[This interface is supported through Windows XP Service Pack 2 (SP2) and Windows Server 2003. It might be unsupported in subsequent versions of Windows.]
Exposes methods that retrieve and set the state of items in a tree-view control that have the Tree-View Control Window Styles flag set.
Members
The IRegTreeItem interface inherits from the IUnknown interface. IRegTreeItem also has these types of members:
Methods
The IRegTreeItem interface has these methods.
| Method | Description |
|---|---|
| GetCheckState |
Gets the state of a check box item in a tree-view control. |
| SetCheckState |
Sets the state of a check box item in a tree-view control. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also