System.Windows.Forms.DrawTreeNodeEventArgs: Property Members

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

Public Properties

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the size and location of the System.Windows.Forms.TreeNode to draw.

DrawDefaultbool.

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]
GraphicsSystem.Drawing.Graphics.

Gets the System.Drawing.Graphics object used to draw the System.Windows.Forms.TreeNode.

[read-only]
NodeTreeNode.

Gets the System.Windows.Forms.TreeNode to draw.

[read-only]
StateTreeNodeStates.

Gets the current state of the System.Windows.Forms.TreeNode to draw.