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, int imageIndex, int selectedImageIndex ) : System
text string The label Text of the new tree node.
isSpecialFolder bool
imageIndex int The index value of Image to display when the tree node is unselected.
selectedImageIndex int The index value of Image to display when the tree node is selected.
return System
        public TreeNodePath(string text, bool isSpecialFolder, int imageIndex, int selectedImageIndex)
            : base(text, imageIndex, selectedImageIndex)
        {
            _isSpecialFolder = isSpecialFolder;
        }

Same methods

TreeNodePath::TreeNodePath ( ) : System
TreeNodePath::TreeNodePath ( string text, bool isSpecialFolder ) : System