Click or drag to resize

ShellTreeViewCompleteDetails Method

Completes the visual details of the given item, e.g. icon, overlay image etc.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void CompleteDetails(
	ShellTreeNode p_Node,
	bool p_FullRefresh,
	ShellBrowser p_ShellBrowser
)

Parameters

p_Node  ShellTreeNode
The ShellTreeNode that should be completed.
p_FullRefresh  Boolean
Performs additional (slow) operations.
p_ShellBrowser  ShellBrowser
A ShellBrowser pointing to the correct item. If null the m_ShellBrowser instance is used.
Remarks
The m_ShellBrowser must point to the appropriate item!
See Also