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.1
Syntax protected 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
- 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