Wimark.Controls Class Library  

TreeNode(String, Int32, Int32) Constructor

Initializes a new instance of the TreeNode class with the specified label text and images to display when the tree node is in a selected and unselected state.

[Visual Basic]
Public Sub New( _
   ByVal text As String, _
   ByVal imageIndex As Integer, _
   ByVal selectedImageIndex As Integer _
)
 
[C#]
public TreeNode( 
   string text, 
   int imageIndex, 
   int selectedImageIndex 
);
[C++]
public: TreeNode( 
   String* text, 
   int imageIndex, 
   int selectedImageIndex 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeNode Class | TreeNode Members | Wimark.Controls Namespace