INameSpaceTreeControlCustomDraw interface (shobjidl.h)

Exposes methods that enable the user to draw a custom namespace tree control and its items.

Inheritance

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

Methods

The INameSpaceTreeControlCustomDraw interface has these methods.

 
INameSpaceTreeControlCustomDraw::ItemPostPaint

Called after an item in the namespace tree control is drawn.
INameSpaceTreeControlCustomDraw::ItemPrePaint

Called before an item in the namespace tree control is drawn.
INameSpaceTreeControlCustomDraw::PostPaint

Called after the namespace tree control is drawn.
INameSpaceTreeControlCustomDraw::PrePaint

Called before the namespace tree control is drawn.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl.h

See also

INameSpaceTreeControl