Gets the System.Windows.Forms.TreeNode to draw.
Documentation for this section has not yet been entered.
Use this property to access the System.Windows.Forms.TreeNode object to draw. This is useful when the DrawTreeNodeEventArgs.State property does not provide adequate information to meet your needs. The DrawTreeNodeEventArgs.State property provides only basic state information that you can use, for example, to determine whether a node is selected, checked, or focused. The DrawTreeNodeEventArgs.Node property, on the other hand, allows you to access all members of the System.Windows.Forms.TreeNode object. You must access the node directly, for example, when you want to determine its expansion state.