Owner
Gets the pointer of the owner node.
CTreeNode* Owner()
Return Value
Pointer of the owner node.
Sets the pointer of the owner node.
void Owner( CTreeNode* node // node )
Parameters
node
[in] New value of the pointer of the owner node.
None.