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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected void CompleteDetails(
	ShellTreeNode p_Node,
	bool p_FullRefresh,
	ShellBrowser p_ShellBrowser
)

Parameters

p_Node
Type: Jam.ShellShellTreeNode
The ShellTreeNode that should be completed.
p_FullRefresh
Type: SystemBoolean
Performs additional (slow) operations.
p_ShellBrowser
Type: Jam.ShellShellBrowser
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