Completes the visual details of the given item, e.g. icon, overlay image etc.
| C# | Visual Basic | Visual C++ |
protected void CompleteDetails( ShellTreeNode p_Node, bool p_FullRefresh )
Protected Sub CompleteDetails ( _ p_Node As ShellTreeNode, _ p_FullRefresh As Boolean _ )
protected: void CompleteDetails( ShellTreeNode^ p_Node, bool p_FullRefresh )
- p_Node (ShellTreeNode)
- The ShellTreeNode that should be completed.
- p_FullRefresh (Boolean)
- Performs additional (slow) operations.
The m_ShellBrowser must point to the appropriate item!