ZForge.Controls.TreeViewAdv.Tree.TreeListAdapter.IsLeaf C# (CSharp) Method

IsLeaf() public method

public IsLeaf ( TreePath treePath ) : bool
treePath TreePath
return bool
        public bool IsLeaf(TreePath treePath)
        {
            return true;
        }