The properties of System.Windows.Forms.DrawTreeNodeEventArgs are listed below. For a list of all members, see the DrawTreeNodeEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the size and location of the System.Windows.Forms.TreeNode to draw. |
DrawDefault | bool.
Gets or sets a value indicating whether the System.Windows.Forms.TreeNode should be drawn by the operating system rather than being owner drawn. | |
[read-only] | Graphics | System.Drawing.Graphics.
Gets the System.Drawing.Graphics object used to draw the System.Windows.Forms.TreeNode. |
[read-only] | Node | TreeNode.
Gets the System.Windows.Forms.TreeNode to draw. |
[read-only] | State | TreeNodeStates.
Gets the current state of the System.Windows.Forms.TreeNode to draw. |