IRegTreeItem interface (shobjidl_core.h)

[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.

Inheritance

The IRegTreeItem interface inherits from the IUnknown interface. IRegTreeItem also has these types of members:

Methods

The IRegTreeItem interface has these methods.

 
IRegTreeItem::GetCheckState

Gets the state of a check box item in a tree-view control.
IRegTreeItem::SetCheckState

Sets the state of a check box item in a tree-view control.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

Tree-View Controls