ShellTreeViewCompleteDetails Method |
Completes the visual details of the given item, e.g. icon, overlay image etc.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void CompleteDetails(
ShellTreeNode p_Node,
bool p_FullRefresh,
ShellBrowser p_ShellBrowser
)
Protected Sub CompleteDetails (
p_Node As ShellTreeNode,
p_FullRefresh As Boolean,
p_ShellBrowser As ShellBrowser
)
protected:
void CompleteDetails(
ShellTreeNode^ p_Node,
bool p_FullRefresh,
ShellBrowser^ p_ShellBrowser
)
member CompleteDetails :
p_Node : ShellTreeNode *
p_FullRefresh : bool *
p_ShellBrowser : ShellBrowser -> unit
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