ShellTreeNodeRefresh Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void Refresh(
bool p_Recursive
)
Public Sub Refresh (
p_Recursive As Boolean
)
public:
void Refresh(
bool p_Recursive
)
member Refresh :
p_Recursive : bool -> unit
Parameters
- p_Recursive
- Type: SystemBoolean
Pass true, if all subfolders should also be refreshed as well; otherwise false
See Also