Refreshes the value of the CheckState property recursively for
the given direction.
| C# | Visual Basic | Visual C++ |
public void RefreshCheckState( ShellTreeNode..::.RefreshDirection refreshDirection )
Public Sub RefreshCheckState ( _ refreshDirection As ShellTreeNode..::.RefreshDirection _ )
public: void RefreshCheckState( ShellTreeNode..::.RefreshDirection refreshDirection )
- refreshDirection (ShellTreeNode..::.RefreshDirection)
- If the value is ASCEND, the parent nodes will be updated, and if DESCEND, the child nodes will be updated. If BOTH is passed then the method first ascends and refreshes, then descends and refreshes its sub nodes.