BOOL CBCGPShellTree::SelectPath | ( | LPCTSTR | lpszPath, |
BOOL | bExpandNodes = TRUE |
||
) |
Given a PIDL or string containing a path selects the appropriate tree control item.
Call this member function to select a tree control item with accordance to the given textual path or PIDL.
lpszPath | Specifies the path. |
bExpandNodes | Specifies whether the tree node associated with selected path should be expanded. |