DrawTreeNodeEventArgs Properties
.NET Framework 4.5
The DrawTreeNodeEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Bounds | Gets the size and location of the TreeNode to draw. |
|
DrawDefault | Gets or sets a value indicating whether the TreeNode should be drawn by the operating system rather than being owner drawn. |
|
Graphics | Gets the Graphics object used to draw the TreeNode. |
|
Node | Gets the TreeNode to draw. |
|
State | Gets the current state of the TreeNode to draw. |