Method SetOwner
SetOwner(ITreeControlItemContainer?)
Sets the owner of the tree control root item. You should not call this method directly.
public virtual void SetOwner(ITreeControlItemContainer? owner)
Parameters
owner
ITreeControlItemContainerThe owner to set for the tree control root item.