Raccoom.Windows.Forms.TreeNodePath.TreeNodePath C# (CSharp) Method

TreeNodePath() public method

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( string text, bool isSpecialFolder ) : System
text string The label Text of the new tree node.
isSpecialFolder bool
return System
        public TreeNodePath(string text, bool isSpecialFolder)
            : base(text)
        {
            _isSpecialFolder = isSpecialFolder;
        }

Same methods

TreeNodePath::TreeNodePath ( ) : System
TreeNodePath::TreeNodePath ( string text, bool isSpecialFolder, int imageIndex, int selectedImageIndex ) : System