System.Windows.Forms.DrawTreeNodeEventArgs.DrawDefault Property

Gets or sets a value indicating whether the System.Windows.Forms.TreeNode should be drawn by the operating system rather than being owner drawn.

Syntax

public bool DrawDefault { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Set this property to true for nodes that you do not want to customize when you handle the TreeView.DrawNode event. For example, this is useful when you want to customize only nodes that are in a specific state.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0